Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
Fix pnpm setup
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyxiao committed Jul 25, 2024
1 parent fd97588 commit 2741181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
node-version: 20 # TODO: Can we get this from "engine" field in package.json?

- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v4
name: Install pnpm
id: pnpm-install
with:
Expand Down

1 comment on commit 2741181

@vercel
Copy link

@vercel vercel bot commented on 2741181 Jul 25, 2024

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.