Our build wasn't working because our GitHub action is setup to use Node LTS. As of Feb 1st, 2023 the LTS version of Node uses npm 9.3.1 or greater. Our package.json was set to use npm 8.5.0 or later and npm less than 9.0.0. This commit changes the package.json to allow npm 9.
Our build wasn't working because our GitHub action is setup to use Node LTS. As of Feb 1st, 2023 the LTS version of Node uses npm 9.3.1 or greater. Our package.json was set to use npm 8.5.0 or later and npm less than 9.0.0. This commit changes the package.json to allow npm 9.