Update .github/workflows/pr-checks.yml

Co-authored-by: Henry Mercer <henry.mercer@me.com>
This commit is contained in:
Nick Fyson
2023-12-13 11:37:06 +00:00
committed by GitHub
parent b974542e9f
commit ea1e72c669

View File

@@ -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