Skip to content

Commit 454ceb6

Browse files
committed
build: support Node.js 16.x
1 parent c252c03 commit 454ceb6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ jobs:
9797
- name: Node.js 15.x
9898
node-version: "15.5"
9999

100+
- name: Node.js 16.x
101+
node-version: "16.2"
102+
100103
steps:
101104
- uses: actions/checkout@v2
102105

0 commit comments

Comments
 (0)