Update Node versions with which to test.

This commit is contained in:
Mark H. Wood
2022-11-17 09:00:11 -05:00
parent fd43adea75
commit 7690d36e4b

View File

@@ -25,7 +25,7 @@ jobs:
strategy: strategy:
# Create a matrix of Node versions to test against (in parallel) # Create a matrix of Node versions to test against (in parallel)
matrix: matrix:
node-version: [14.x, 16.x] node-version: [16.x, 18.x]
# Do NOT exit immediately if one matrix job fails # Do NOT exit immediately if one matrix job fails
fail-fast: false fail-fast: false
# These are the actual CI steps to perform per job # These are the actual CI steps to perform per job