Closed caugner closed 1 week ago
I have this diff after npm i && npm run build && npm start
(in package-lock.json):
"node_modules/@mdn/bob/watify/pkg": {
- "dev": true
+ "name": "watify",
+ "version": "0.0.1",
+ "dev": true,
+ "license": "MIT"
},
I have this diff after
npm i && npm run build && npm start
(in package-lock.json):
Good catch, thank you, I must have run npm ci
. Now fixed. 👍
Description
Bumps Node.js from v18 to v20.
Motivation
Node.js v18 will no longer be maintained after April 2025.
Additional details
Related issues and pull requests
Part of https://github.com/mdn/mdn/issues/521.