Skip to content

Commit

Permalink
Chore: add node v16 (#14355)
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed Apr 23, 2021
1 parent 35a1f5e commit 59b689a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [15.x, 14.x, 13.x, 12.x, 10.x, "10.12.0"]
node: [16.x, 15.x, 14.x, 13.x, 12.x, 10.x, "10.12.0"]
include:
- os: windows-latest
node: "12.x"
Expand Down

0 comments on commit 59b689a

Please sign in to comment.