Skip to content

Commit 331c2ee

Browse files
authored
build: add Node.js v16.x to CI (#983)
1 parent b6f5eb1 commit 331c2ee

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
timeout-minutes: 30
88
strategy:
99
matrix:
10-
node-version: [10.x, 12.x, 14.x, 15.x]
10+
node-version: [10.x, 12.x, 14.x, 15.x, 16.x]
1111
os:
1212
- windows-latest
1313
- windows-2016

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
- node/12
1313
- node/14
1414
- node/15
15+
- node/16
1516
compiler:
1617
- gcc
1718
- clang

0 commit comments

Comments
 (0)