Skip to content

Upgrade Node.js to latest LTS (24) - #109

Open
caioquirino wants to merge 4 commits into
flowwer-dev:devfrom
caioquirino:upgrade-node-24
Open

Upgrade Node.js to latest LTS (24)#109
caioquirino wants to merge 4 commits into
flowwer-dev:devfrom
caioquirino:upgrade-node-24

Conversation

@caioquirino

Copy link
Copy Markdown

Summary

  • Bump GitHub Actions runtime and CI Node version from 20/22 to Node 24, the current LTS ("Krypton"), which is now the default Node runtime for GitHub Actions.
  • action.yml: using: node20node24
  • .github/workflows/linter.yml and .github/workflows/tests.yml: node-version: 2224

Test plan

  • yarn test — all 258 tests pass
  • yarn lint clean

v4 targets Node 20, which GitHub Actions runners no longer natively
support and now force onto Node 24, producing a deprecation warning.
v5 targets Node 24 natively.
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