Skip to content

Commit 3cffa32

Browse files
authored
chore(ci): run tests on Node 17 (#1037)
1 parent 38f47a5 commit 3cffa32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
strategy:
6868
fail-fast: false
6969
matrix:
70-
node-version: [12.x, 14.x, 16.x]
70+
node-version: [12.x, 14.x, 16.x, 17.x]
7171
eslint-version: [6, 7, 8]
7272
runs-on: ubuntu-latest
7373

0 commit comments

Comments
 (0)