Skip to content

Commit

Permalink
run tests on Node 16 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
HonkingGoose authored and rexxars committed May 5, 2021
1 parent 8b8d0ab commit d5562ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 13.x, 14.x, 15.x]
node-version: [12.x, 13.x, 14.x, 15.x, 16.x]
fail-fast: false

steps:
Expand Down

0 comments on commit d5562ac

Please sign in to comment.