Join Slack
Powered by
Is there a way to upgrade the node version running...
# seed
p
Patrick
02/25/2022, 11:14 PM
Is there a way to upgrade the node version running on the deployment pipelines in Seed? I’m getting errors from one of my dependencies which enforces a node version of
14.17.0
or higher
r
Ross Coundon
02/26/2022, 7:18 AM
You can create a buildspec file and use -n to set the node version "Adding a Build Spec"
https://seed.run/docs/adding-a-build-spec.html
f
Frank
02/27/2022, 1:22 AM
Thanks
@Ross Coundon
Frank
02/27/2022, 1:22 AM
@Patrick
here's an example
https://seed.run/blog/node-v14-support.html
r
Ross Coundon
02/27/2022, 8:51 AM
I was trying to find that page but didn't come up in my searches, seems a common request so maybe worth embedding in the buildspec section?
f
Frank
02/27/2022, 9:31 AM
Good point. Updated -
https://seed.run/docs/adding-a-build-spec.html#build-spec-examples
p
Patrick
02/28/2022, 2:18 AM
Awesome thanks for the help you two!
Open in Slack
Previous
Next