Skip to content

Commit cd44381

Browse files
committed
build: support Node.js 16.x
1 parent 49980c5 commit cd44381

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ jobs:
9696
- name: Node.js 15.x
9797
node-version: "15.14"
9898

99+
- name: Node.js 16.x
100+
node-version: "16.13"
101+
99102
steps:
100103
- uses: actions/checkout@v2
101104

0 commit comments

Comments
 (0)