Add step (in root directory) to install dependencies

This commit is contained in:
Michael B. Gale
2026-03-12 19:19:23 +00:00
parent 3bc3228be2
commit fc8d303906

View File

@@ -98,6 +98,9 @@ jobs:
package-lock.json
pr-checks/package-lock.json
- name: Install dependencies
run: npm ci
- name: Verify PR checks up to date
if: always()
run: .github/workflows/script/verify-pr-checks.sh
@@ -105,7 +108,7 @@ jobs:
- name: Run pr-checks tests
if: always()
working-directory: pr-checks
run: npm ci && npx tsx --test
run: npx tsx --test
check-node-version:
if: github.triggering_actor != 'dependabot[bot]'