Commit 1efc40e
committed
fix(ci): drop Node 14 from unit test matrix
Node 14 ships with npm 6, which does not support workspaces.
The build step requires workspace symlinks to resolve internal
packages, so unit tests cannot run on Node 14.
Node 14 runtime compatibility is already verified by the
end-to-end tests, which build on Node 22 and run on Node 14.1 parent ac50646 commit 1efc40e
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
46 | | - | |
| 44 | + | |
| 45 | + | |
47 | 46 | | |
48 | 47 | | |
49 | 48 | | |
| |||
0 commit comments