StackStorm / st2web

StackStorm Web UI
http://www.stackstorm.com/features
Apache License 2.0
102 stars 83 forks source link

Fix circleci node #985

Closed amanda11 closed 2 years ago

amanda11 commented 2 years ago

The node version is not being kept between runs, and therefore was defaulting back to node 16.

This has been reported before, see https://discuss.circleci.com/t/circleci-forgetting-node-version-on-machine-executor/28813. But setting alias to v didn't help.

Resolved problem by adding nvm use to each step, as at moment none of our st2web builds work.