We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf51594 commit 95be4b2Copy full SHA for 95be4b2
1 file changed
.github/workflows/pr-checks.yml
@@ -17,7 +17,7 @@ jobs:
17
18
strategy:
19
matrix:
20
- node-types-version: [16.11, current]
+ 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