Locking in Node and NPM

Is there a way to lock in the version of Node and NPM so Glitch doesn’t try to auto upgrade the version on the package.json and reboot the project and errors out.

Use the “engines” setting in package.json. Glitch hasn’t upgraded the default from Node.js 10.x for a long time though.