Is there a way to upgrade the node version running...
# seed
p
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
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
Thanks @Ross Coundon
r
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
p
Awesome thanks for the help you two!