Skip to content

Commit

Permalink
Update Node versions with which to test.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwoodiupui committed Nov 17, 2022
1 parent fd43ade commit 7690d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
# Create a matrix of Node versions to test against (in parallel)
matrix:
node-version: [14.x, 16.x]
node-version: [16.x, 18.x]
# Do NOT exit immediately if one matrix job fails
fail-fast: false
# These are the actual CI steps to perform per job
Expand Down

0 comments on commit 7690d36

Please sign in to comment.