diff options
| -rw-r--r-- | .github/workflows/ci.yml | 2 | ||||
| -rw-r--r-- | .travis.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc1b29b..5ab5647 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [ '12', '10', '8' ] + node: [ '14', '12', '10' ] name: Node ${{ matrix.node }} CI steps: - uses: actions/checkout@v1 diff --git a/.travis.yml b/.travis.yml index 9ccee7b..d312ec2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: node_js sudo: false node_js: - - 8 - 10 - 12 + - 14 |
