chore(deps): update dependency node to v24 - #43
Conversation
|
PR author is in the excluded authors list. |
|
b408ee6 to
5e6902f
Compare
5e6902f to
13b7bf4
Compare
| - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 | ||
| with: | ||
| node-version: 20 | ||
| node-version: 24 |
There was a problem hiding this comment.
🔍 No engines field or docs mention the supported Node version
package.json has no engines field and README/CONTRIBUTING do not state a Node version, so bumping CI to Node 24 does not conflict with declared support. Worth noting that CI now only validates lint/type-check on Node 24; if consumers are expected to run older LTS (20/22), consider a matrix or an explicit engines declaration.
Was this helpful? React with 👍 or 👎 to provide feedback.
13b7bf4 to
11b65f8
Compare
| - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 | ||
| with: | ||
| node-version: '22' | ||
| node-version: '24' |
There was a problem hiding this comment.
🔍 Comment about Node 22 npm floor is now stale, and npm is downgraded on Node 24
Now that the publish job runs on Node 24, the surrounding rationale comment (.github/workflows/release.yml:176-180) still says "Node 22 ships an older npm". Node 24 ships an npm 11.x that already meets the >= 11.5.1 trusted-publishing floor, so npm install -g npm@11.5.1 (.github/workflows/release.yml:184) now effectively pins/downgrades the runner's bundled npm rather than upgrading it. The subsequent version assertion still passes, so this is not a functional break, but the comment and the pin should be revisited (e.g. only install when below the floor, or bump the pin).
Was this helpful? React with 👍 or 👎 to provide feedback.
e026550 to
8605e44
Compare
8605e44 to
f42ded5
Compare
ApprovabilityVerdict: Needs human review Unable to check for correctness in f42ded5. Simple Node version bump in CI workflows, but the changed files are owned by wave-av/core-team and the author (renovate) is not a designated owner. The review comments are informational suggestions only. You can customize Macroscope's approvability policy. Learn more. |


This PR contains the following updates:
22→2420→24Release Notes
actions/node-versions (node)
v24.19.0: 24.19.0Compare Source
Node.js 24.19.0
v24.18.1: 24.18.1Compare Source
Node.js 24.18.1
v24.18.0: 24.18.0Compare Source
Node.js 24.18.0
v24.17.0: 24.17.0Compare Source
Node.js 24.17.0
v24.16.0: 24.16.0Compare Source
Node.js 24.16.0
v24.15.0: 24.15.0Compare Source
Node.js 24.15.0
v24.14.1: 24.14.1Compare Source
Node.js 24.14.1
v24.14.0: 24.14.0Compare Source
Node.js 24.14.0
v24.13.1: 24.13.1Compare Source
Node.js 24.13.1
v24.13.0: 24.13.0Compare Source
Node.js 24.13.0
v24.12.0: 24.12.0Compare Source
Node.js 24.12.0
v24.11.1: 24.11.1Compare Source
Node.js 24.11.1
v24.11.0: 24.11.0Compare Source
Node.js 24.11.0
v24.10.0: 24.10.0Compare Source
Node.js 24.10.0
v24.9.0: 24.9.0Compare Source
Node.js 24.9.0
v24.8.0: 24.8.0Compare Source
Node.js 24.8.0
v24.7.0: 24.7.0Compare Source
Node.js 24.7.0
v24.6.0: 24.6.0Compare Source
Node.js 24.6.0
v24.5.0: 24.5.0Compare Source
Node.js 24.5.0
v24.4.1: 24.4.1Compare Source
Node.js 24.4.1
v24.4.0: 24.4.0Compare Source
Node.js 24.4.0
v24.3.0: 24.3.0Compare Source
Node.js 24.3.0
v24.2.0: 24.2.0Compare Source
Node.js 24.2.0
v24.1.0: 24.1.0Compare Source
Node.js 24.1.0
v24.0.2: 24.0.2Compare Source
Node.js 24.0.2
v24.0.1: 24.0.1Compare Source
Node.js 24.0.1
v24.0.0: 24.0.0Compare Source
Node.js 24.0.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.