You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've a codepipeline setup: code from github >>> test env >>> run tests >>> prod env.
I also have tests to run which depends on the host nodejs version.
I am trying to change the nodejs version in buildspec.yml:
But it throws this error:
My tests commands are in pipelines/.../manifest.yml:
Question 1: How can I update the nodejs version for my build pipeline?
Question 2: Can I just install a higher version of nodejs runtime at the test_commands section? Like apk add...