[PR #2372] [MERGED] fix: make node tool non volatile #2417

Closed
opened 2026-03-01 21:55:21 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/2372
Author: @ChristopherHX
Created: 6/21/2024
Status: Merged
Merged: 7/10/2024
Merged by: @mergify[bot]

Base: masterHead: non-volatile-node-tool


📝 Commits (4)

  • 04010de fix: make node tool non volatile
  • 4e4b757 fix it and lookup on startup
  • 486d00f fix problems
  • 395a0da Merge branch 'master' into non-volatile-node-tool

📊 Changes

9 files changed (+67 additions, -16 deletions)

View changed files

📝 pkg/runner/action.go (+3 -3)
📝 pkg/runner/action_composite.go (+11 -10)
📝 pkg/runner/action_test.go (+2 -0)
📝 pkg/runner/expression.go (+1 -1)
📝 pkg/runner/job_executor.go (+1 -0)
📝 pkg/runner/job_executor_test.go (+2 -1)
📝 pkg/runner/run_context.go (+44 -0)
📝 pkg/runner/step_action_local_test.go (+2 -1)
📝 pkg/runner/step_action_remote_test.go (+1 -0)

📄 Description

Currently downgrading node via setup-node can break later actions


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/nektos/act/pull/2372 **Author:** [@ChristopherHX](https://github.com/ChristopherHX) **Created:** 6/21/2024 **Status:** ✅ Merged **Merged:** 7/10/2024 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `non-volatile-node-tool` --- ### 📝 Commits (4) - [`04010de`](https://github.com/nektos/act/commit/04010de0f89ba72cca01ea666e4d75f7d0f02d2a) fix: make node tool non volatile - [`4e4b757`](https://github.com/nektos/act/commit/4e4b75744528ead38b6362de693d3169fb1a322b) fix it and lookup on startup - [`486d00f`](https://github.com/nektos/act/commit/486d00f145709fd71945d89a328c4d88e809c1da) fix problems - [`395a0da`](https://github.com/nektos/act/commit/395a0dafed090218fb239ee593e109ca09023046) Merge branch 'master' into non-volatile-node-tool ### 📊 Changes **9 files changed** (+67 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `pkg/runner/action.go` (+3 -3) 📝 `pkg/runner/action_composite.go` (+11 -10) 📝 `pkg/runner/action_test.go` (+2 -0) 📝 `pkg/runner/expression.go` (+1 -1) 📝 `pkg/runner/job_executor.go` (+1 -0) 📝 `pkg/runner/job_executor_test.go` (+2 -1) 📝 `pkg/runner/run_context.go` (+44 -0) 📝 `pkg/runner/step_action_local_test.go` (+2 -1) 📝 `pkg/runner/step_action_remote_test.go` (+1 -0) </details> ### 📄 Description Currently downgrading node via setup-node can break later actions --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 21:55:21 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#2417
No description provided.