Skip to content

Commit f41e128

Browse files
authored
chore(ci): test on node 17 (#11983)
1 parent 3f54dd0 commit f41e128

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,5 @@ workflows:
7070
partial: true
7171
matrix:
7272
parameters:
73-
node-version: ['10', '12', '15', '16']
73+
node-version: ['10', '12', '15', '16', '17']
7474
- test-jest-jasmine

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
strategy:
7070
fail-fast: false
7171
matrix:
72-
node-version: [10.x, 12.x, 14.x, 15.x, 16.x]
72+
node-version: [10.x, 12.x, 14.x, 15.x, 16.x, 17.x]
7373
os: [ubuntu-latest, macOS-latest, windows-latest]
7474
runs-on: ${{ matrix.os }}
7575
needs: prepare-yarn-cache

0 commit comments

Comments
 (0)