Skip to content

Commit f70deae

Browse files
committed
[INTERNAL] Fail-fast "npm ci" if deps require unsupported node version
1 parent f275f07 commit f70deae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/github-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
node-version: 20.11.0
2626

2727
- name: Install dependencies
28-
run: npm ci
28+
run: npm ci --engine-strict # --engine-strict is used to fail-fast if deps require node versions unsupported by the repo
2929

3030
- name: Perform checks and tests
3131
run: npm test

0 commit comments

Comments
 (0)