Skip to content

Commit a34381f

Browse files
committed
build: support Node.js 16.x
1 parent dbd9fac commit a34381f

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
@@ -28,6 +28,7 @@ jobs:
2828
- Node.js 13.x
2929
- Node.js 14.x
3030
- Node.js 15.x
31+
- Node.js 16.x
3132

3233
include:
3334
- name: Node.js 0.8
@@ -102,6 +103,9 @@ jobs:
102103
- name: Node.js 15.x
103104
node-version: "15.14"
104105

106+
- name: Node.js 16.x
107+
node-version: "16.13"
108+
105109
steps:
106110
- uses: actions/checkout@v2
107111

0 commit comments

Comments
 (0)