Skip to content

chore!: Update supported Node versions#9600

Merged
gonfunko merged 3 commits intov13from
node-versions
Feb 26, 2026
Merged

chore!: Update supported Node versions#9600
gonfunko merged 3 commits intov13from
node-versions

Conversation

@gonfunko
Copy link
Contributor

@gonfunko gonfunko commented Feb 24, 2026

The basics

The details

Proposed Changes

This PR updates the Node version support matrix for v13 to be Node 22 and 24. Node 18 is EOL and Node 20 will be EOL in April, which is likely before Blockly v13 will be released. We may want to add Node 26 depending on when the release occurs, but it's not yet available. Although Blockly itself doesn't need this, it seems the general approach in the ecosystem is to keep these within the LTS range, and this will allow us to update more dependencies that we'd otherwise be stuck on old versions of because they have dropped support for Node versions we're still treating as supported.

@gonfunko gonfunko requested a review from a team as a code owner February 24, 2026 23:14
@gonfunko gonfunko requested review from BenHenning and removed request for a team February 24, 2026 23:14
@github-actions github-actions bot added breaking change Used to mark a PR or issue that changes our public APIs. PR: chore General chores (dependencies, typos, etc) labels Feb 24, 2026
@gonfunko gonfunko requested review from maribethb and removed request for BenHenning February 24, 2026 23:14
@github-actions github-actions bot added breaking change Used to mark a PR or issue that changes our public APIs. PR: chore General chores (dependencies, typos, etc) and removed breaking change Used to mark a PR or issue that changes our public APIs. PR: chore General chores (dependencies, typos, etc) labels Feb 24, 2026
workflow_dispatch:
schedule:
- cron: '0 6 * * 1' # Runs every Monday at 06:00 UTC
- cron: "0 6 * * 1" # Runs every Monday at 06:00 UTC
Copy link
Contributor

Choose a reason for hiding this comment

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

any particular reason for this change? we use single quotes elsewhere in this file and generally

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Autoformatter did it 🤷‍♂️ Reverted though.

@gonfunko gonfunko merged commit 26d0351 into v13 Feb 26, 2026
2 of 5 checks passed
@gonfunko gonfunko deleted the node-versions branch February 26, 2026 21:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

breaking change Used to mark a PR or issue that changes our public APIs. PR: chore General chores (dependencies, typos, etc)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants