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
Prevent test-node from running twice in CI on Node.js 14
`npm run coveralls` implies `npm run test-node`, so the latter does
not need to be run separately. This also means that `npm run lint` is
skipped on Node.js 14, which is fine because it is expected to give
the same result in every version of Node.js.
0 commit comments