Commit 9bb2d74
authored
fix(CI): fix nightly releases by bumping node version (#3878)
## Description
Recently, CI releasing nightly versions stopped working. There seems to
be a problem with bumping `npm` in runtime.
I set node version for publish workflow to `'>=24.5.0 <25.0.0'`
(`[email protected]` is preinstalled with `node` starting from `24.5.0`,
source: click on `v24` on
https://nodejs.org/en/about/previous-releases).
## Changes
- bump node version to `'>=24.5.0 <25.0.0'` in nightly release workflow
- remove manual npm bump
## Before & after - visual documentation
N/A
## Test plan
Nightly releases should start being published via CI.
## Checklist
- [ ] Ensured that CI passes1 parent 31cb1e6 commit 9bb2d74
1 file changed
Lines changed: 2 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | 28 | | |
32 | 29 | | |
33 | 30 | | |
| |||
0 commit comments