Skip to content

Commit

Permalink
Remove --frozen-lockfile flag from install step
Browse files Browse the repository at this point in the history
It's automatically `true` in CI anyway.
  • Loading branch information
stormwarning committed Feb 6, 2024
1 parent a06509f commit f6639e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
cache: pnpm

- name: Install dependencies
run: pnpm install --frozen-lockfile
run: pnpm install

- name: Lint
run: npm run lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
cache: pnpm

- name: Install dependencies
run: pnpm install --frozen-lockfile
run: pnpm install

# https://github.com/changesets/action
- name: Create release PR or publish to npm
Expand Down

0 comments on commit f6639e4

Please sign in to comment.