We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 795ae77 commit 98d2352Copy full SHA for 98d2352
1 file changed
.github/workflows/build_test_release.yml
@@ -54,7 +54,7 @@ jobs:
54
name: action-artifact
55
- name: "Run action"
56
run: |
57
- node24 index.js
+ nvm run 24 index.js
58
env:
59
INPUT_VERSION: "${{ matrix.version }}"
60
INPUT_TAG: ""
0 commit comments