Skip to content

Commit

Permalink
chore: add node v16 to CI (#11318)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Apr 21, 2021
1 parent 22845c7 commit 6fcdb1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -70,5 +70,5 @@ workflows:
partial: true
matrix:
parameters:
node-version: ['10', '12', '15']
node-version: ['10', '12', '15', '16']
- test-jest-jasmine
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Expand Up @@ -85,7 +85,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [10.x, 12.x, 14.x, 15.x]
node-version: [10.x, 12.x, 14.x, 15.x, 16.x]
os: [ubuntu-latest, macOS-latest, windows-latest]
runs-on: ${{ matrix.os }}
needs: prepare-yarn-cache
Expand Down

0 comments on commit 6fcdb1e

Please sign in to comment.