Skip to content

Commit

Permalink
ci: fix nvmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
himself65 committed Jul 4, 2024
1 parent cce34c8 commit 4fe4a33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/pnpm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ runs:

- uses: actions/setup-node@v4
with:
node-version-file: .node-version
node-version-file: .nvmrc
cache: pnpm

- run: pnpm install
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20

0 comments on commit 4fe4a33

Please sign in to comment.