Skip to content

Commit f6be358

Browse files
committed
Add action setup node
1 parent 757d133 commit f6be358

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/prepare-release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ jobs:
3535
with:
3636
run_install: |
3737
- args: [--frozen-lockfile]
38+
- name: Setup Node.js
39+
uses: actions/setup-node@v4
40+
with:
41+
node-version-file: ".nvmrc"
3842
- name: Upgrade npm for OIDC trusted publishing
3943
run: npm install -g npm@11.11.0
4044
- name: Create Release Pull Request

0 commit comments

Comments
 (0)