Commit 2b2930b
fix: bump Dockerfile to Node 25 to match local npm lock file format
npm ci was failing in CI because the lock file was generated with npm 11
(Node 25) but the Docker build used Node 22 (npm 10), which couldn't
parse it. 🔧
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 6006a94 commit 2b2930b
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments