Skip to content

Commit b0744d6

Browse files
committed
Fix the package versions
1 parent 623465a commit b0744d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
with:
6363
run_install: |
6464
- recursive: true
65-
args: [--no-frozen-lockfile]
65+
args: [--frozen-lockfile]
6666
6767
- name: Build
6868
run : pnpm build

0 commit comments

Comments
 (0)