Skip to content

Commit 24f8d76

Browse files
committed
return back to neutral node and setup FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 env variable
1 parent 98d2352 commit 24f8d76

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-
nvm run 24 index.js
57+
node 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: 'node24'
28+
using: 'node'
2929
main: 'index.js'

0 commit comments

Comments
 (0)