Skip to content

Upgrade GitHub actions from node 20#1282

Draft
nbogie wants to merge 1 commit intoprocessing:2.0from
nbogie:nb-upgrade-github-actions-from-node-20
Draft

Upgrade GitHub actions from node 20#1282
nbogie wants to merge 1 commit intoprocessing:2.0from
nbogie:nb-upgrade-github-actions-from-node-20

Conversation

@nbogie
Copy link
Copy Markdown
Contributor

@nbogie nbogie commented Mar 25, 2026

addresses: #1248

Changed beta_deploy.yml and test.yml and deploy.yml to use:

  • actions/checkout v4 -> v5
  • actions/setup-node v4 -> v5, or (leave where already @v6.3.0)

Both of the above v5's are based on node 24, where the v4s were based on the soon-unsupported node 20.

testing:

  • Tested Test, typecheck, and lintand all 4 jobs ran fine, with no warning about action node versions.
  • Tested build_deploy, which ran fine to cloudflare. however this workflow got a warning as the cloudflare/wrangler-action@v3 we are using in deployment is node-20 based. There isn't an updated one, yet.

…actions to v5 - node24-based.

where they were already on v6, left them alone.
@nbogie nbogie force-pushed the nb-upgrade-github-actions-from-node-20 branch from 1f8a54b to 045e910 Compare March 26, 2026 00:06
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.

1 participant