Skip to content

Commit bff36b7

Browse files
authored
CI should test on Node 16; update Node CI action
See [#313][0]. [0]: #313
1 parent 62b2c64 commit bff36b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ jobs:
88

99
strategy:
1010
matrix:
11-
node-version: [10.x, 12.x, 14.x]
11+
node-version: [10.x, 12.x, 14.x, 16.x]
1212

1313
steps:
1414
- uses: actions/checkout@v2
15-
- uses: actions/setup-node@v1
15+
- uses: actions/setup-node@v2
1616
with:
1717
node-version: ${{ matrix.node-version }}
1818
- run: npm ci

0 commit comments

Comments
 (0)