Skip to content

Commit c42df26

Browse files
authored
fix action (again) (#1587)
1 parent e6f4ade commit c42df26

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111

1212
concurrency: ${{ github.workflow }}-${{ github.ref }}
1313

14+
env:
15+
NODE_VERSION: 20.4.0
16+
1417
jobs:
1518
release:
1619
name: Release
@@ -34,7 +37,7 @@ jobs:
3437
- name: Setup Node from .nvmrc
3538
uses: actions/setup-node@v4
3639
with:
37-
node-version-file: ".nvmrc"
40+
node-version: ${{ env.NODE_VERSION }}
3841
registry-url: "https://registry.npmjs.org"
3942

4043
- name: Install dependencies

0 commit comments

Comments
 (0)