How can i set another container NODE version?

How could i specify the NODE version i’d like to work with in my container?

You should be able to set the engine (node) in package.json:

"engines": {
    "node": "18.x"
}

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.