StackStorm / st2web

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

Update Node version to current #1010

Closed enykeev closed 10 months ago

enykeev commented 10 months ago

This PR updates Node version being used during build and test runs. The web app itself does not have any dependencies on libraries provided by Node, but it's still good to keep this dependency reasonably up to date.

Node v20 is about to become LTS in the next few days. Seems like a good timing to ensure we're compatible with the current version.

arm4b commented 10 months ago

Uh oh, looks like unit tests still 🔴 failed on master after merging: https://app.circleci.com/pipelines/github/StackStorm/st2web/3931/workflows/42b3f1ab-c0d5-40cb-a6b8-2c3b5e8accbd/jobs/6236

weird it worked before in this PR

arm4b commented 10 months ago

Nevermind, st2web nightly build succeeded: https://app.circleci.com/pipelines/github/StackStorm/st2web/3956/workflows/3247ed21-1e34-46c3-adce-9a4d3e05cf11

so we're good 👍