Skip to content

Commit 6d3bdb0

Browse files
committed
build: support Node.js 16.x
1 parent f053871 commit 6d3bdb0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- Node.js 13.x
3030
- Node.js 14.x
3131
- Node.js 15.x
32+
- Node.js 16.x
3233

3334
include:
3435
- name: Node.js 0.6
@@ -88,6 +89,9 @@ jobs:
8889
- name: Node.js 15.x
8990
node-version: "15.14"
9091

92+
- name: Node.js 16.x
93+
node-version: "16.13"
94+
9195
steps:
9296
- uses: actions/checkout@v2
9397

0 commit comments

Comments
 (0)