From 95be4b277c115959e1644c158610b305280522dc Mon Sep 17 00:00:00 2001 From: nickfyson Date: Thu, 7 Dec 2023 17:04:27 +0000 Subject: [PATCH] add not about continuing testing on node 16 --- .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 d53666257..ca31e72dd 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: - node-types-version: [16.11, current] + node-types-version: [16.11, current] # run tests on 16.11 while codeql-action v2 is still supported steps: - name: Checkout