Skip to content

Bump node from 20 to 24#1688

Merged
Nishnha merged 1 commit into
mainfrom
nishnha/bump-node-24
May 15, 2026
Merged

Bump node from 20 to 24#1688
Nishnha merged 1 commit into
mainfrom
nishnha/bump-node-24

Conversation

@Nishnha
Copy link
Copy Markdown
Member

@Nishnha Nishnha commented May 14, 2026

Node 20 is EOL (April 2026). Bumps the action runtime to node24 and .nvmrc to 24.13.0.

Picks up where #1677 left off (that PR is from a fork and we couldn't push to it).

Also bumps the container-service beforeAll timeout from the default 5s to 30s — the hook does a real docker pull alpine and was racing the timeout on cold runner caches. The previous jest.setTimeout(5000) calls inside the inner describe blocks don't apply to the outer beforeAll.

Copilot AI review requested due to automatic review settings May 14, 2026 18:31
@Nishnha Nishnha requested a review from a team as a code owner May 14, 2026 18:31
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Bumps the action runtime from Node 20 (EOL April 2026) to Node 24, updates .nvmrc to 24.13.0, and increases the container-service test beforeAll timeout to 30s to accommodate the real docker pull alpine performed in the hook.

Changes:

  • Switch action runtime to node24 in action.yml.
  • Update .nvmrc to 24.13.0.
  • Increase beforeAll timeout in container-service.test.ts to 30000ms.
Show a summary per file
File Description
action.yml Updates runtime declaration from node20 to node24.
.nvmrc Pins local Node version to 24.13.0.
tests/container-service.test.ts Extends beforeAll timeout to 30s for the docker pull.

Copilot's findings

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 3/3 changed files
  • Comments generated: 0

@Nishnha Nishnha force-pushed the nishnha/bump-node-24 branch from edb7aa4 to b6278b8 Compare May 14, 2026 22:58
Node 20 is EOL (April 2026). Bumps the action runtime to node24 and
.nvmrc to 24.13.0, matching upstream LTS.

Also bumps the container-service beforeAll timeout from the default
5s to 30s — the hook does a real docker pull alpine and was racing
the timeout on cold caches.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@Nishnha Nishnha force-pushed the nishnha/bump-node-24 branch from b6278b8 to 9abb07b Compare May 15, 2026 01:40
@Nishnha Nishnha merged commit 0a8217e into main May 15, 2026
9 checks passed
@Nishnha Nishnha deleted the nishnha/bump-node-24 branch May 15, 2026 01:44
@Nishnha Nishnha mentioned this pull request May 15, 2026
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.

3 participants