Install dependencies in PR checks

This commit is contained in:
Henry Mercer
2025-08-21 13:49:32 +01:00
parent 6d34e4e857
commit 31ee7f54d3

View File

@@ -21,9 +21,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v5
- name: Install dependencies
run: npm install
- name: Lint
id: lint
run: npm run-script lint-ci
run: npm run lint-ci
- name: Upload sarif
uses: github/codeql-action/upload-sarif@v3
@@ -74,6 +77,7 @@ jobs:
# Run any commands referenced in package.json using Bash, otherwise
# we won't be able to find them on Windows.
npm config set script-shell bash
npm install
npm test
check-node-version: