Skip to content

ci: bump to node 24 - #73

Merged
PhilippeR26 merged 1 commit into
starknet-io:mainfrom
PhilippeR26:ci-node-ver
Jun 30, 2026
Merged

ci: bump to node 24#73
PhilippeR26 merged 1 commit into
starknet-io:mainfrom
PhilippeR26:ci-node-ver

Conversation

@PhilippeR26

Copy link
Copy Markdown
Collaborator

ci: bump GitHub Actions to Node 24 (checkout@v5 / setup-node@v5)

Context

GitHub Actions emits deprecation warnings because actions/checkout@v4 and
actions/setup-node@v4 run on the Node 20 runtime, which is being phased out.

Changes

In .github/workflows/publish.yml, for both the quality and publish jobs:

  • actions/checkout@v4actions/checkout@v5
  • actions/setup-node@v4actions/setup-node@v5

These v5 releases run on the Node 24 runtime, which removes the Node 20
deprecation warning. The node-version: lts/* setting is unchanged.

Impact

  • No source/runtime code touched — CI workflow only.
  • No behavior change for consumers of the package.

@PhilippeR26
PhilippeR26 merged commit 31baa65 into starknet-io:main Jun 30, 2026
1 check passed
@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown

🎉 This PR is included in version 0.10.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant