Skip to content

Commit

Permalink
build(github): fix pnpm version in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaursen committed Jun 15, 2023
1 parent 42bc710 commit 289b4e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3
- uses: pnpm/[email protected]
with:
version: 7
version: 8
- uses: actions/setup-node@v3
with:
node-version: 18
Expand Down

1 comment on commit 289b4e7

@vercel
Copy link

@vercel vercel bot commented on 289b4e7 Jun 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.