Closed tommy-mitchell closed 9 months 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.
AVA
cross-env
package.json
Should we target Node.js 18 in this PR too?
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 likecross-env
in apackage.json
script.Should we target Node.js 18 in this PR too?