mirror of
https://github.com/github/codeql-action.git
synced 2026-04-05 03:02:16 +00:00
add not about continuing testing on node 16
This commit is contained in:
2
.github/workflows/pr-checks.yml
vendored
2
.github/workflows/pr-checks.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-types-version: [16.11, current]
|
||||
node-types-version: [16.11, current] # run tests on 16.11 while codeql-action v2 is still supported
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
||||
Reference in New Issue
Block a user