serverless / components

The Serverless Framework's new infrastructure provisioning technology — Build, compose, & deploy serverless apps in seconds...
https://www.serverless.com
Apache License 2.0
2.31k stars 181 forks source link

change node version #1043

Closed BilalSohailModi closed 1 year ago

BilalSohailModi commented 1 year ago

How can I upgrade node version in @serverless/components? the problem which I'm facing is related to deployment, my code deploys normally from my machine, which is using node 16.x, but when I connect it to ci/cd. it is failing to deploy since server is using node 12.x, and some of the packages I'm using in the project are incompatible with node 12.x. so I need to add configuration, so that serverless server also use node 16.x to install the packages.

medikoo commented 1 year ago

@BilalSohailModi Thanks for interest, still this project is deprecated, please see the main readme

BilalSohailModi commented 1 year ago

Okay thanks @medikoo. I didn't read that earlier.