Skip to content

Commit 795ae77

Browse files
committed
setup node24 explicitly
1 parent ceba954 commit 795ae77

2 files changed

Lines changed: 2 additions & 2 deletions

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-
node index.js
57+
node24 index.js
5858
env:
5959
INPUT_VERSION: "${{ matrix.version }}"
6060
INPUT_TAG: ""

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ inputs:
2525
required: false
2626
default: ''
2727
runs:
28-
using: 'node'
28+
using: 'node24'
2929
main: 'index.js'

0 commit comments

Comments
 (0)