mirror of
https://github.com/github/codeql-action.git
synced 2026-01-06 22:50:17 +08:00
Install dependencies in query filters tests
This commit is contained in:
10
.github/workflows/query-filters.yml
vendored
10
.github/workflows/query-filters.yml
vendored
@@ -25,6 +25,16 @@ jobs:
|
||||
steps:
|
||||
- name: Check out repository
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Install Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20.x
|
||||
cache: npm
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
|
||||
- name: Prepare test
|
||||
id: prepare-test
|
||||
uses: ./.github/actions/prepare-test
|
||||
|
||||
Reference in New Issue
Block a user