sindresorhus / np

A better `npm publish`
MIT License
7.56k stars 299 forks source link

Add Node.js 20 to CI matrix #714

Closed tommy-mitchell closed 9 months ago

tommy-mitchell commented 1 year ago

Until https://github.com/avajs/ava/discussions/3213#discussioncomment-6587118 lands, testing on Node.js 20 with a custom loader requires a workaround for AVA. I felt that adding a test script was easier than using something like cross-env in a package.json script.

Should we target Node.js 18 in this PR too?