Skip to content

Commit

Permalink
add no-frozen-lockfile arg for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ssalbdivad committed May 1, 2024
1 parent 69e8c29 commit 026cc23
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ runs:
using: composite
steps:
- name: Setup pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
with:
version: 8.3.1
version: 9
run_install:
- args: [--no-frozen-lockfile]

- name: Setup Node (${{ inputs.node }})
uses: actions/setup-node@v3
Expand Down

0 comments on commit 026cc23

Please sign in to comment.