We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceba954 commit 795ae77Copy full SHA for 795ae77
2 files changed
.github/workflows/build_test_release.yml
@@ -54,7 +54,7 @@ jobs:
54
name: action-artifact
55
- name: "Run action"
56
run: |
57
- node index.js
+ node24 index.js
58
env:
59
INPUT_VERSION: "${{ matrix.version }}"
60
INPUT_TAG: ""
action.yml
@@ -25,5 +25,5 @@ inputs:
25
required: false
26
default: ''
27
runs:
28
- using: 'node'
+ using: 'node24'
29
main: 'index.js'
0 commit comments