Skip to content

build: update all github actions away from deprecated node.js 20 #1248

@nbogie

Description

@nbogie

To ensure the continued smooth running of the site's CI systems, all used github actions that currently run on node 20 should be updated to versions which run on node 24.

Why?

As per this notice from github blog,
"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."

More info:

When website build-deploy job runs (for example) the following warning is issued:

Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24.

Testing

Properly resolving this issue will be 2% code change and 98% doing thorough testing of the affected CI flows.

See also

#1233

See also

There is a similar task to update the CI actions for the p5.js repo:
processing/p5.js#8674

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions