Commit 20f0dc9
authored
chore: bump toolchain to v4.26.0-rc2 (#146)
* chore: bump toolchain to v4.26.0-rc2
* fix: use setup-node to ensure consistent npm version in CI
The previous approach of running `npm install npm` on Windows installed
npm as a local package instead of updating the system npm. This caused
lockfile sync errors when `npm ci` ran later in the build.
Using setup-node@v4 with Node 20 ensures all platforms use a consistent,
modern npm version that's compatible with the package-lock.json format.1 parent 894c511 commit 20f0dc9
2 files changed
+5
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
48 | 47 | | |
49 | 48 | | |
50 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments