Skip to content

Commit 34b7e49

Browse files
ci: test on node 14 and 16 (#140)
1 parent 683cc41 commit 34b7e49

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
@@ -62,7 +62,7 @@ jobs:
6262
strategy:
6363
matrix:
6464
os: [ubuntu-latest, windows-latest, macos-latest]
65-
node-version: [10.x, 12.x, 13.x]
65+
node-version: [10.x, 12.x, 14.x, 16.x]
6666

6767
runs-on: ${{ matrix.os }}
6868

0 commit comments

Comments
 (0)