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
add Node.js test action to GitHub workflows (#294)
* Create nodejs.yml
* `npm i` rather than `npm ci`
since this project uses yarn.lock rather than package-lock.json
* use multiple lines for node-version
* use matrix to run on macOS & Windows
(skip Ubuntu for now, at least)
* add Node.js 8
* add comment with matrix ref links
0 commit comments