Skip to content

Commit

Permalink
Update pnpm version in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
stormwarning committed Sep 7, 2023
1 parent 8104285 commit 5a5c76b
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 @@ -19,7 +19,7 @@ jobs:
# https://github.com/pnpm/action-setup
- uses: pnpm/action-setup@v2
with:
version: 6
version: 8

# https://github.com/actions/setup-node
- name: Setup Node ${{ matrix.node }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# https://github.com/pnpm/action-setup
- uses: pnpm/action-setup@v2
with:
version: 6
version: 8

# https://github.com/actions/setup-node
- name: Setup Node.js 16.x
Expand Down

0 comments on commit 5a5c76b

Please sign in to comment.