Skip to content

Commit 277bade

Browse files
authored
chore: make sure PRs are merged with sync package lock (#2343)
1 parent 12f3258 commit 277bade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
- name: Install Dependencies
5050
run: |
51-
npm install --force
51+
npm ci --force
5252
# Dependencies are included when installing as npm workspaces will
5353
# hoist every package in the repo and it's important that the
5454
# dependencies of packages we are planning to test are also prepared

0 commit comments

Comments
 (0)