From ea1e72c6697fe8b190253b561a93508e587ea209 Mon Sep 17 00:00:00 2001 From: Nick Fyson Date: Wed, 13 Dec 2023 11:37:06 +0000 Subject: [PATCH] Update .github/workflows/pr-checks.yml Co-authored-by: Henry Mercer --- .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 932487c991..ab2c6a0c63 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] # run tests on 16.11 while codeql-action v2 is still supported + node-types-version: [16.11, current] # run tests on 16.11 while CodeQL Action v2 is still supported steps: - name: Checkout