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
Does anyone know if the NodeJS 18.13 requirement for Sveltekit v2 is only for the runtime environment, or is it a requirement of the build environment as well? I am asking because my Github Runner at work does not support NodeJS 18, so the npm run build command will happen with NodeJS 16; however, the Docker container running the app can have NodeJS 18 in it.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Does anyone know if the NodeJS 18.13 requirement for Sveltekit v2 is only for the runtime environment, or is it a requirement of the build environment as well? I am asking because my Github Runner at work does not support NodeJS 18, so the
npm run build
command will happen with NodeJS 16; however, the Docker container running the app can have NodeJS 18 in it.Beta Was this translation helpful? Give feedback.
All reactions