Skip to content

Commit 4a6092e

Browse files
committed
fix: General CI pip
1 parent fa13fb0 commit 4a6092e

File tree

3 files changed

+9
-85
lines changed

3 files changed

+9
-85
lines changed

.github/workflows/github-ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ jobs:
4141

4242
- name: Generate JSDoc documentation
4343
working-directory: internal/documentation
44-
run: |
45-
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
44+
run: npm run jsdoc-generate
4745

4846
- name: Generate merged JSON schema
4947
run: npm run schema-generate

0 commit comments

Comments
 (0)