We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e42ca0b commit 76ca855Copy full SHA for 76ca855
.github/workflows/github-ci.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Generate JSDoc documentation
43
working-directory: packages/documentation
44
run: |
45
- npm ci
+ npm ci --engine-strict # --engine-strict is used to fail-fast if deps require node versions unsupported by the repo
46
npm run jsdoc-generate
47
48
- name: Generate merged JSON schema
0 commit comments