We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b974542 commit ea1e72cCopy full SHA for ea1e72c
.github/workflows/pr-checks.yml
@@ -17,7 +17,7 @@ jobs:
17
18
strategy:
19
matrix:
20
- 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
21
22
steps:
23
- name: Checkout
0 commit comments