Skip to content

Commit b77317c

Browse files
CI: Run tests with NodeJS 16.x (#2888)
1 parent 87d7939 commit b77317c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
node-version: [10.x, 12.x, 14.x]
16+
node-version: [10.x, 12.x, 14.x, 16.x]
1717

1818
steps:
1919
- uses: actions/checkout@v2
@@ -30,7 +30,7 @@ jobs:
3030

3131
strategy:
3232
matrix:
33-
node-version: [10.x, 12.x, 14.x]
33+
node-version: [10.x, 12.x, 14.x, 16.x]
3434

3535
steps:
3636
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)