Skip to content

Commit

Permalink
chore(workflows): set pnpm version to 8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sfxcode committed Apr 10, 2023
1 parent 3371ec8 commit b57ec6e
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 @@ -13,9 +13,9 @@ jobs:
- uses: actions/checkout@v3

- name: Install pnpm
uses: pnpm/action-setup@v2.2.2
uses: pnpm/action-setup@v2
with:
version: 7.2.1
version: 8.2.0

- name: Set node version to 18
uses: actions/setup-node@v3
Expand Down

0 comments on commit b57ec6e

Please sign in to comment.