Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to enforce actions to run on node20 #3192

Merged
merged 5 commits into from Mar 14, 2024
Merged

Conversation

takost
Copy link
Contributor

@takost takost commented Mar 7, 2024

Add two ways to enforce actions execute on node20:

  1. Add FF DistributedTask.ForceGithubJavascriptActionsToNode20 for Actions Service side. When this FF will be turned on it will make all javascript actions run on node20. In this case we will show warning, that actions was enforced:
image This enforcement can be opted-out by setting `ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION` env var to `true`
  1. Add env variable FORCE_JAVASCRIPT_ACTIONS_TO_NODE20 so customers can try to enforce actions execution on node20. They can try to set this var on workflow level or as local environment variable.

@takost takost requested a review from a team as a code owner March 7, 2024 20:33
@takost takost merged commit 692d910 into main Mar 14, 2024
10 checks passed
@takost takost deleted the takost/enforce-node-20 branch March 14, 2024 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants