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
webketje
changed the title
No longer compatible with Node < 16 since v3.x, update engines.node or revert node: import
No longer compatible with Node < 14.16 since v3.x, update engines.node
Feb 21, 2024
Since the use of the
node:
import prefix at https://github.com/tapjs/foreground-child/blob/v3.0.0/src/all-signals.ts#L1 this library has become incompatible with Node.js < 16. Found this through usingc8
in a failed automated test run at https://github.com/metalsmith/metalsmith/actions/runs/7854693798/job/21435716699.Even though
npm view c8@latest engines.node
returns>=14.14.0
Please revert to importing from
constants
OR updateengines.node
to>=16
The text was updated successfully, but these errors were encountered: