From 303dec0fbd1d78e55ab1ad7982c86e434bd902a5 Mon Sep 17 00:00:00 2001 From: nickfyson Date: Thu, 7 Dec 2023 16:03:07 +0000 Subject: [PATCH] fix choice of older node version to test --- .github/workflows/pr-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index a50f35fd1..d53666257 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: - node-types-version: [12.16, current] + node-types-version: [16.11, current] steps: - name: Checkout