Skip to content

Commit

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

0 comments on commit ecaf510

Please sign in to comment.