Skip to content

Commit 8fb8bdb

Browse files
committed
chore: update pnpm lockfile and use --no-frozen-lockfile in release workflow
1 parent 1310533 commit 8fb8bdb

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
registry-url: 'https://registry.npmjs.org'
3535

3636
- name: Install Dependencies
37-
run: pnpm install
37+
run: pnpm install --no-frozen-lockfile
3838

3939
- name: Create Release Pull Request or Publish to npm
4040
id: changesets

pnpm-lock.yaml

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)