## Task On package initialisation, check that the Node.js version meets the minimum requirement (v18+). Warn if not. ## Files ``` packages/analytics/src/index.ts packages/analytics/src/utils/node-check.ts ```
Task
On package initialisation, check that the Node.js version meets the minimum requirement (v18+). Warn if not.
Files