Skip to content

Commit

Permalink
build: use node@16 for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmlnc committed May 9, 2021
1 parent dd12b97 commit 5faf9bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node_version: [8, 10, 12, 14, 15]
node_version: [8, 10, 12, 14, 16]
os:
- ubuntu-latest
- macos-latest
Expand Down

0 comments on commit 5faf9bb

Please sign in to comment.