Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
NickLewanowicz committed Jul 9, 2024
1 parent a943d64 commit db58df0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16"
- uses: pnpm/[email protected].1
node-version: "18"
- uses: pnpm/[email protected].4 # Update to the latest version of pnpm/action-setup
with:
version: 6.0.2
version: 7.13.4
- run: pnpm install
- run: pnpm build
- name: Install zip
Expand Down

0 comments on commit db58df0

Please sign in to comment.