You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update GitHub actions & use actions/setup-node (#231)
`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.
Co-authored-by: Greymagic27 <46166848+Greymagic27@users.noreply.github.com>
0 commit comments