mirror of
https://github.com/github/codeql-action.git
synced 2026-01-06 14:40:10 +08:00
fix choice of older node version to test
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: [12.16, current]
|
||||
node-types-version: [16.11, current]
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
||||
Reference in New Issue
Block a user