Skip to content

Commit

Permalink
chore(ci): test on node 17 (#11983)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Oct 21, 2021
1 parent 3f54dd0 commit f41e128
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', '16']
node-version: ['10', '12', '15', '16', '17']
- test-jest-jasmine
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Expand Up @@ -69,7 +69,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [10.x, 12.x, 14.x, 15.x, 16.x]
node-version: [10.x, 12.x, 14.x, 15.x, 16.x, 17.x]
os: [ubuntu-latest, macOS-latest, windows-latest]
runs-on: ${{ matrix.os }}
needs: prepare-yarn-cache
Expand Down

0 comments on commit f41e128

Please sign in to comment.