From 7690d36e4b5cf2d12c309e4bc6fff2c30e4e67ab Mon Sep 17 00:00:00 2001 From: "Mark H. Wood" Date: Thu, 17 Nov 2022 09:00:11 -0500 Subject: [PATCH] Update Node versions with which to test. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c58e09edf24..49061a8ebf9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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