Commit dfaa0ad
authored
Bump E2E workflow Node.js to 22 (#1049)
The latest pnpm (11.1.3) requires Node.js v22.13+ and imports `node:sqlite`,
a built-in module that doesn't exist in Node 20. `actions/setup-node@v4`
crashes when setting up the pnpm cache, breaking the E2E job on every run
since #1044.
Bumping to Node 22 restores compatibility with the pnpm version pulled in by
`pnpm/action-setup@v4` (version: latest).1 parent 51999d8 commit dfaa0ad
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments