echobind / bisonapp

A Full Stack Jamstack in-a-box brought to you by Echobind
MIT License
589 stars 29 forks source link

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

Open cullylarson opened 1 year ago

cullylarson commented 1 year ago

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.