Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JonahPlusPlus committed Nov 14, 2024
1 parent f37901f commit b8574e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ runs:
using: composite
steps:
- name: Setup pnpm
uses: pnpm/[email protected]
uses: pnpm/action-setup@v4
with:
run_install: false
- uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
Expand Down

0 comments on commit b8574e9

Please sign in to comment.