Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit d22017c

Browse files
authored
chore: no-frozen-lock-file (#303)
* Regenerate lock file * Fix?
1 parent c2d25b3 commit d22017c

File tree

3 files changed

+182
-99
lines changed

3 files changed

+182
-99
lines changed

.github/workflows/snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
"@fluencelabs/marine-js": "${{ inputs.marine-js-version }}"
6464
}
6565
66-
- run: pnpm i
66+
- run: pnpm -r --no-frozen-lockfile i
6767

6868
- name: Import secrets
6969
uses: hashicorp/[email protected]

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,6 @@ jobs:
103103
104104
- uses: browser-actions/setup-chrome@v1
105105

106-
- run: pnpm -r i
106+
- run: pnpm -r --no-frozen-lockfile i
107107
- run: pnpm -r build
108108
- run: pnpm -r test

0 commit comments

Comments
 (0)