fix: make node tool non volatile (#2372)
* fix: make node tool non volatile Currently downgrading node via setup-node can break later actions * fix it and lookup on startup * fix problems --------- Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
@@ -164,6 +164,7 @@ func TestActionRunner(t *testing.T) {
|
||||
},
|
||||
},
|
||||
},
|
||||
nodeToolFullPath: "node",
|
||||
},
|
||||
action: &model.Action{
|
||||
Inputs: map[string]model.Input{
|
||||
@@ -208,6 +209,7 @@ func TestActionRunner(t *testing.T) {
|
||||
"name": "state value",
|
||||
},
|
||||
},
|
||||
nodeToolFullPath: "node",
|
||||
},
|
||||
action: &model.Action{
|
||||
Runs: model.ActionRuns{
|
||||
|
||||
Reference in New Issue
Block a user