Skip to content

Commit e535316

Browse files
committed
ci: use Node 24 for upload-release-assets workflow
1 parent 72fd21f commit e535316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload-release-assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
name: install nodejs for windows
8181
uses: actions/setup-node@v4
8282
with:
83-
node-version: 20
83+
node-version-file: '.nvmrc'
8484

8585
- name: Get version from package.json
8686
uses: actions/github-script@v6

0 commit comments

Comments
 (0)