diff options
Diffstat (limited to '')
| -rw-r--r-- | .github/workflows/ci.yml | 2 | ||||
| -rw-r--r-- | .travis.yml | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ab5647..3344fa2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [ '14', '12', '10' ] + node: [ '16', '14', '12', '10' ] name: Node ${{ matrix.node }} CI steps: - uses: actions/checkout@v1 diff --git a/.travis.yml b/.travis.yml index d312ec2..6e0a1c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,3 +4,4 @@ node_js: - 10 - 12 - 14 + - 16 |
