Commit 5103de5
authored
Update Node.js installation to latest version
fix(base): unpin nodejs version to fix build failure
nodesource removed nodejs=22.22.1-1nodesource1 from the node_22.x
repo, breaking the Docker build. Install the latest Node.js 22.x
instead of pinning a specific patch version.
npm remains pinned to 11.11.0 for the bundled tar security fixes.1 parent 05447a8 commit 5103de5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments