Skip to content

Commit f8c0d73

Browse files
committed
Install dependencies in code scanning config test
1 parent 3e725de commit f8c0d73

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/codescanning-config-cli.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,16 @@ jobs:
5555
steps:
5656
- name: Check out repository
5757
uses: actions/checkout@v5
58+
59+
- name: Set up Node.js
60+
uses: actions/setup-node@v4
61+
with:
62+
node-version: '20'
63+
cache: 'npm'
64+
65+
- name: Install dependencies
66+
run: npm install
67+
5868
- name: Prepare test
5969
id: prepare-test
6070
uses: ./.github/actions/prepare-test

0 commit comments

Comments
 (0)