Install dependencies in code scanning config test

This commit is contained in:
Henry Mercer
2025-08-21 16:19:00 +01:00
parent 3e725de0bb
commit f8c0d73f71
@@ -55,6 +55,16 @@ jobs:
steps:
- name: Check out repository
uses: actions/checkout@v5
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
- name: Install dependencies
run: npm install
- name: Prepare test
id: prepare-test
uses: ./.github/actions/prepare-test