Merge pull request #20635 from Snuffleupagus/Node-update-support

[api-minor] Update the supported Node.js "patch" versions
This commit is contained in:
Tim van der Meij 2026-02-08 14:47:01 +01:00 committed by GitHub
commit 025d658a9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -2284,7 +2284,7 @@ function packageJson() {
url: `git+${DIST_GIT_URL}`,
},
engines: {
node: ">=20.16.0 || >=22.3.0",
node: ">=20.19.0 || >=22.13.0 || >=24",
},
scripts: {},
};

2
package-lock.json generated
View File

@ -67,7 +67,7 @@
"yargs": "^18.0.0"
},
"engines": {
"node": ">=20.16.0 || >=22.3.0"
"node": ">=20.19.0 || >=22.13.0 || >=24"
}
},
"node_modules/@babel/code-frame": {

View File

@ -66,7 +66,7 @@
"url": "git://github.com/mozilla/pdf.js.git"
},
"engines": {
"node": ">=20.16.0 || >=22.3.0"
"node": ">=20.19.0 || >=22.13.0 || >=24"
},
"license": "Apache-2.0"
}