Skip to content

Commit 6407215

Browse files
committed
fix(workflows): fix failing
1 parent 7e3e288 commit 6407215

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: corepack enable
2626

2727
- name: Install dependencies
28-
run: yarn install --immutable --immutable-cache --check-cache
28+
run: yarn install --frozen-lockfile
2929

3030
- name: Build package
3131
run: yarn build

0 commit comments

Comments
 (0)