Skip to content

Commit

Permalink
Fix node setup
Browse files Browse the repository at this point in the history
  • Loading branch information
JonahPlusPlus committed Nov 14, 2024
1 parent 5182c5a commit ed3fe5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ runs:
uses: pnpm/[email protected]
- uses: actions/setup-node@v4
with:
node-version: "20"
node-version-file: ".nvmrc"
cache: "pnpm"
registry-url: https://registry.npmjs.org
- name: Print versions
shell: bash
run: node --version && pnpm --version
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v20.18.0

0 comments on commit ed3fe5e

Please sign in to comment.