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 12f3258 commit 277badeCopy full SHA for 277bade
.github/workflows/check-test.yaml
@@ -48,7 +48,7 @@ jobs:
48
49
- name: Install Dependencies
50
run: |
51
- npm install --force
+ npm ci --force
52
# Dependencies are included when installing as npm workspaces will
53
# hoist every package in the repo and it's important that the
54
# dependencies of packages we are planning to test are also prepared
0 commit comments