Skip to content

Commit 127c12a

Browse files
authored
chore(ci): add Node v16 (#829)
1 parent 913bc73 commit 127c12a

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
@@ -48,7 +48,7 @@ jobs:
4848
strategy:
4949
fail-fast: false
5050
matrix:
51-
node-version: [10.x, 12.x, 14.x, 15.x]
51+
node-version: [10.x, 12.x, 14.x, 15.x, 16.x]
5252
eslint-version: [5, 6, 7]
5353
runs-on: ubuntu-latest
5454

0 commit comments

Comments
 (0)