bisonapp icon indicating copy to clipboard operation
bisonapp copied to clipboard

Consider using the same node version in github actions workflows as in the app itself

Open cullylarson opened this issue 3 years ago • 0 comments

We recently ran into an error caused by using node v16.5.0 (c.f. https://github.com/echobind/bisonapp/pull/274). It wasn't caught by the CI tests because they use node 16x, which just pulls the latest version of node. We should consider pinning the same version of node in CI as we define in the app, if that's possible. That way we'll catch issues like this in CI tests.

cullylarson avatar Aug 19 '22 23:08 cullylarson