open-contracting / spoonbill-web

A web frontend to convert OCDS data from JSON to Excel/CSV
BSD 3-Clause "New" or "Revised" License
3 stars 2 forks source link

Upgrade node #406

Closed jpmckinney closed 2 years ago

jpmckinney commented 2 years ago

CI uses Node 10, which is end-of-life. Node 16 is the latest LTS. https://endoflife.date/nodejs

We can try changing the node version to 12 then 14 then 16 in the workflows and the Dockerfile.

We will probably need to re-compile the package-lock.json file.

We know from CI that 16 wasn't working (though maybe just because package-lock.json was outdated).