You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(e2e): fix sveltekit-3 test, turn on VOLTA_FEATURE_PNPM (#22647)
This updates the tsconfig error that was failing the sveltekit-3 test.
Also, setting `VOLTA_FEATURE_PNPM=1` in the environment allows it to
pass locally, otherwise it'd use the volta pinned node v20, which fails
with `Promise.withResolvers is not a function`, because the e2e test
requires node 22.
0 commit comments