mirror of
https://gitea.com/gitea/act_runner
synced 2026-05-06 01:37:57 +02:00
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:
@@ -257,7 +257,8 @@ func TestNewJobExecutor(t *testing.T) {
|
||||
},
|
||||
},
|
||||
},
|
||||
Config: &Config{},
|
||||
Config: &Config{},
|
||||
nodeToolFullPath: "node",
|
||||
}
|
||||
rc.ExprEval = rc.NewExpressionEvaluator(ctx)
|
||||
executorOrder := make([]string, 0)
|
||||
|
||||
Reference in New Issue
Block a user