Commit 206fc10
committed
Fix CI/CD failures for Node.js 14 and 20
- Fix ESLint glob pattern in package.json (remove extra quotes)
- Add npm upgrade step for Node.js 14 to handle lockfileVersion 3
- Resolves ESLint "No files matching" error on Node 20
- Resolves npm ci "Cannot read property 'ip-address'" error on Node 141 parent a43ba0e commit 206fc10
2 files changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
36 | 40 | | |
37 | 41 | | |
38 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
0 commit comments