Commit 2cb97aa
committed
fix: replace import.meta.dirname with Node 20-compatible fileURLToPath
import.meta.dirname was added in Node 21.2.0 and is not available on
Node 20.x. Replace with the standard dirname(fileURLToPath(import.meta.url))
pattern so CI passes on both 20.x and 22.x matrix entries.
https://claude.ai/code/session_01EXcoDfR7Hvoobx8aNBdE671 parent 3870c3c commit 2cb97aa
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
6 | 7 | | |
7 | | - | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
0 commit comments