Migration to Node.js v16
Context
Version 16 is the current LTS version as of now (https://nodejs.org/en/about/releases/).
Currently
- CI tests run on Node.js v10 and v12.
- Dockerfile uses "node:17" image 😢.
- The
test/docker/run-docker-test.bash script runs using the "node:10.15.3" Docker image.
package.json file does not declare any node versions in "engines" section.
- The
.nvmrc file has v10.24.1.
- GitHub action "npm-publish" uses v10 during step "actions/setup-node" but the step is probably unnecessary since it does not run anything.
Tasks
Out of scope
Linked issues
Migration to Node.js v16
Context
Version 16 is the current LTS version as of now (https://nodejs.org/en/about/releases/).
Currently
test/docker/run-docker-test.bashscript runs using the "node:10.15.3" Docker image.package.jsonfile does not declare any node versions in "engines" section..nvmrcfile has v10.24.1.Tasks
Out of scope
Linked issues