Skip to content

Commit b5398f0

Browse files
committed
build: support Node.js 16.x
1 parent 592936d commit b5398f0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
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
@@ -90,9 +91,12 @@ jobs:
9091
- name: Node.js 14.x
9192
node-version: "14.18"
9293

93-
- name: Node.js 14.x
94+
- name: Node.js 15.x
9495
node-version: "15.14"
9596

97+
- name: Node.js 16.x
98+
node-version: "16.13"
99+
96100
steps:
97101
- uses: actions/checkout@v2
98102

0 commit comments

Comments
 (0)