Skip to content

Commit

Permalink
lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
timbrinded committed Aug 7, 2023
1 parent 613804b commit adf24a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
node-version: 20.x
cache: "pnpm"
- run: pnpm install --frozen-lockfile
- run: pnpm install --no-frozen-lockfile
- run: pnpm run lint && pnpm run build
- name: Create Release Pull Request
id: changesets
Expand Down

0 comments on commit adf24a9

Please sign in to comment.