Skip to content

Commit ba0fdcf

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

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/github-ci.yml

Lines changed: 2 additions & 6 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
@@ -54,6 +52,4 @@ jobs:
5452

5553
- name: Check shrinkwrap integrity
5654
working-directory: internal/shrinkwrap-extractor
57-
run: |
58-
npm ci --engine-strict # --engine-strict is used to fail-fast if deps require node versions unsupported by the repo
59-
npm run test
55+
run: npm run test

0 commit comments

Comments
 (0)