Skip to content

Commit 59b689a

Browse files
authored
Chore: add node v16 (#14355)
1 parent 35a1f5e commit 59b689a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
matrix:
2828
os: [ubuntu-latest]
29-
node: [15.x, 14.x, 13.x, 12.x, 10.x, "10.12.0"]
29+
node: [16.x, 15.x, 14.x, 13.x, 12.x, 10.x, "10.12.0"]
3030
include:
3131
- os: windows-latest
3232
node: "12.x"

0 commit comments

Comments
 (0)