Get the latest tech news

Node 20 will be deprecated on GitHub Actions runners


Node20 will reach end-of-life (EOL) in April of 2026. As a result we have started the deprecation process of Node20 for GitHub Actions. We plan to migrate all actions to…

If you’d like to test Node24 ahead of time, set FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true as an env in your workflow or as an environment variable on your runner machine to force the use of Node24. To opt out of this and continue using Node20 after this date, set ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true as an env in your workflow or as an environment variable on your runner machine. To find out more about the OS versions we support and self-hosted runner architectures, please read our documentation.

Get the Android app

Or read this on Hacker News

Read more on:

Photo of node

node

Photo of github actions

github actions

Related news:

News photo

How to interactively debug GitHub Actions with netcat

News photo

Reverse engineering GitHub Actions cache to make it fast

News photo

Bypassing GitHub Actions policies in the dumbest way possible