Skip to content

Commit bc1f60b

Browse files
committed
build: support Node.js 16.x
1 parent 46d9ec1 commit bc1f60b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/ci.yml

+4
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.10
@@ -94,6 +95,9 @@ jobs:
9495
- name: Node.js 15.x
9596
node-version: "15.14"
9697

98+
- name: Node.js 16.x
99+
node-version: "16.14"
100+
97101
steps:
98102
- uses: actions/checkout@v2
99103

appveyor.yml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ environment:
1717
- nodejs_version: "13.14"
1818
- nodejs_version: "14.19"
1919
- nodejs_version: "15.14"
20+
- nodejs_version: "16.14"
2021
cache:
2122
- node_modules
2223
install:

0 commit comments

Comments
 (0)