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 289b4e7 commit 7d3dd84
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 @@ -45,7 +45,7 @@ jobs:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2.2.4
with:
version: 7
version: 8
- uses: actions/setup-node@v3
with:
node-version: 18
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2.2.4
with:
version: 7
version: 8
- uses: actions/setup-node@v3
with:
node-version: 18
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2.2.4
with:
version: 7
version: 8
- uses: actions/setup-node@v3
with:
node-version: 18
Expand Down

1 comment on commit 7d3dd84

@vercel
Copy link

@vercel vercel bot commented on 7d3dd84 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.