tulsaschoolsdata / courses

https://courses.tulsaschools.org
0 stars 1 forks source link

upgrade package json engines to match the upgraded ubuntu-latest #107

Closed jasonben closed 1 year ago

jasonben commented 1 year ago

Description

Our github deploy workflow is using ubuntu latest and npm jumped a major version and node a minor.

npm ERR! notsup Required: {"node":"^18.12.0","npm":"^8.19.0"}
npm ERR! notsup Actual:   {"npm":"9.3.1","node":"v18.14.0"}
jasonben commented 1 year ago

Closing and version pinning to ubuntu 22.04 instead