Skip to content

Commit 70770da

Browse files
committed
refactor: Remove --engine-strict from npm ci
1 parent b304509 commit 70770da

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
@@ -30,7 +30,7 @@ jobs:
3030
node-version: 22.20.0
3131

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

3535
- name: Check package.json "engines" consistency
3636
run: |

0 commit comments

Comments
 (0)