Commit fd42b53
committed
ci: limit test matrix to Node LTS
Node >= 25 enables experimental Web Storage by default; its global
localStorage/sessionStorage shadow the jsdom ones in vitest workers,
so tests referencing bare localStorage get Node's storage, which is
unusable without --localstorage-file. Reproducible on Node 24 with
NODE_OPTIONS=--experimental-webstorage.
Re-add latest once useStorageValue tests reference window.localStorage
explicitly instead of the bare global.1 parent 3c9f1e5 commit fd42b53
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments