Skip to content

Commit 98d2352

Browse files
committed
correct node24 call
1 parent 795ae77 commit 98d2352

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_test_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
name: action-artifact
5555
- name: "Run action"
5656
run: |
57-
node24 index.js
57+
nvm run 24 index.js
5858
env:
5959
INPUT_VERSION: "${{ matrix.version }}"
6060
INPUT_TAG: ""

0 commit comments

Comments
 (0)