Improvement
GitHub Actions: GitHub-hosted runners now run Node.js 16 by default
Summary
In the latest update to our GitHub-hosted runners virtual environments, Node.js 16 has become the default version of node and npm 8 has become the default version of npm. To…
In the latest update to our GitHub-hosted runners virtual environments, Node.js 16 has become the default version of node
and npm 8 has become the default version of npm
.
To select the version of Node.js that you use for your projects, we encourage you to use the setup-node action.