mdn / interactive-examples

Home of the MDN live code editor interactive examples
Creative Commons Zero v1.0 Universal
733 stars 512 forks source link

chore(deps)!: bump node from v18 to v20 #2859

Closed caugner closed 1 week ago

caugner commented 2 weeks ago

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.

bsmth commented 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"
     },
caugner commented 1 week ago

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. 👍