Skip to content

Commit 76ca855

Browse files
committed
fix: Add missing strict engine for docs
1 parent e42ca0b commit 76ca855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Generate JSDoc documentation
4343
working-directory: packages/documentation
4444
run: |
45-
npm ci
45+
npm ci --engine-strict # --engine-strict is used to fail-fast if deps require node versions unsupported by the repo
4646
npm run jsdoc-generate
4747
4848
- name: Generate merged JSON schema

0 commit comments

Comments
 (0)