Closed jpmckinney closed 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).
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).