Skip to content

Commit

Permalink
Upgrade to pnpm/[email protected] to fix node 12 action deprecation…
Browse files Browse the repository at this point in the history
… warning
  • Loading branch information
tonyxiao committed Jan 29, 2023
1 parent 0c95545 commit 5e95eab
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 @@ -44,7 +44,7 @@ jobs:
with:
node-version: 18 # TODO: Can we get this from "engine" field?

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

0 comments on commit 5e95eab

Please sign in to comment.