I'm trying to run nextjs app (empty, just installation) to compute worker. in deployment i'm getting

I'm trying to run nextjs app (empty, just installation) to compute worker. in deployment i'm getting this kind of errors:
18:13:46.583 npm WARN EBADENGINE Unsupported engine {
18:13:46.583 npm WARN EBADENGINE package: 'next@15.3.2',
18:13:46.583 npm WARN EBADENGINE required: { node: '^18.18.0 >= 20.0.0' },
18:13:46.583 npm WARN EBADENGINE current: { node: 'v18.17.1', npm: '9.6.7' }
18:13:46.583 npm WARN EBADENGINE }

is there anyway for me to control which version of node the server is using? looks like it is out of my control.
thanks.
Was this page helpful?