Commit 3fec548
committed
ci: update workflows to use Node 20.x instead of 22.x
Node 22.17.0 has a critical bug with ES Module loading in worker threads
that causes 'Cannot read properties of undefined (reading getStatus)' errors.
This affects run-workers command when using ES modules.
Node 20.x LTS does not have this issue and is recommended for production use.
Changed both unit-tests and runner-tests jobs in test.yml workflow.1 parent d6a4c02 commit 3fec548
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments