Skip to content

Commit 01b2a5b

Browse files
authored
Fix setup-node (#2395)
1 parent 2ad2133 commit 01b2a5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
# Set up .npmrc file to publish to npm
132132
- uses: actions/setup-node@v4
133133
with:
134-
version: 'lts/*'
134+
node-version: 'lts/*'
135135
check-latest: true
136136
registry-url: 'https://registry.npmjs.org'
137137

0 commit comments

Comments
 (0)