Skip to content

Commit ac49044

Browse files
committed
use node from nvm
1 parent 9cd8778 commit ac49044

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ jobs:
1515
- name: Checkout Repo
1616
uses: actions/checkout@v3
1717

18-
- name: Setup Node.js 22.13.1
19-
uses: actions/setup-node@v3
18+
- name: Use Node.js from nvmrc
19+
uses: actions/setup-node@v4
2020
with:
21-
node-version: 22.13.1
21+
node-version-file: '.nvmrc'
22+
registry-url: 'https://registry.npmjs.org'
2223

2324
- name: Install Dependencies
2425
run: pnpm i --frozen-lockfile

0 commit comments

Comments
 (0)