Skip to content

Commit

Permalink
add node 16 to windows test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
raiyaj committed Feb 15, 2023
1 parent 3c2e5a4 commit ea563c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
# TODO: We don't *need* a matrix with single values,
# but is it worth keeping for supporting multiple versions in the future?
matrix:
node: [14]
node: [14, 16]
npm: [6]
runs-on: windows-latest
steps:
Expand Down

0 comments on commit ea563c5

Please sign in to comment.