diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 932487c99..ab2c6a0c6 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