bump supported node versions to 12 and 14

This commit is contained in:
Art Lowel
2021-02-26 16:24:31 +01:00
parent 7e6755bd0a
commit f54e582297
2 changed files with 3 additions and 3 deletions

View File

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