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
Per this issue, the Node version for this image has been hardcoded to version 12.19, which is possibly related to the fact that App Engine ignores whatever is specified in the engines field of package.json. Ie., no matter what version of Node you put in there, it always loads 12.19.
Per this issue, the Node version for this image has been hardcoded to version 12.19, which is possibly related to the fact that App Engine ignores whatever is specified in the
enginesfield ofpackage.json. Ie., no matter what version of Node you put in there, it always loads 12.19.