Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update GitHub actions & use
actions/setup-node
`actions/setup-node` makes sure that the specified Node.js version is used, and the workflow does not rely implicitly on the Node.js version provided by the runner image. Also uses `npm clean-install` to make sure the `package-lock.json` content matches what is specified in `package.json`, instead of updating it.
- Loading branch information