Skip to content

Commit

Permalink
Update pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
wtlgo committed Mar 27, 2024
1 parent 08e9f17 commit d29f4dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:

- uses: pnpm/action-setup@v2.2.2
with:
version: 7.8.0
version: 8.15.5

- uses: actions/setup-node@v3
with:
node-version: "16.x"
node-version: "21.x"
cache: "pnpm"

- run: pnpm install --frozen-lockfile
Expand Down

0 comments on commit d29f4dd

Please sign in to comment.