1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-18 14:18:23 +02:00

Merge pull request #19777 from Snuffleupagus/Node-engines-20.16.0

Tweak the Node.js version listed in "engines", to ensure that `process.getBuiltinModule` is available
This commit is contained in:
Tim van der Meij 2025-04-06 18:25:26 +02:00 committed by GitHub
commit 36ece9af8d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -2333,7 +2333,7 @@ function packageJson() {
url: `git+${DIST_GIT_URL}`,
},
engines: {
node: ">=20",
node: ">=20.16.0",
},
scripts: {},
};

2
package-lock.json generated
View file

@ -63,7 +63,7 @@
"yargs": "^17.7.2"
},
"engines": {
"node": ">=20"
"node": ">=20.16.0"
}
},
"node_modules/@aashutoshrathi/word-wrap": {

View file

@ -62,7 +62,7 @@
"url": "git://github.com/mozilla/pdf.js.git"
},
"engines": {
"node": ">=20"
"node": ">=20.16.0"
},
"license": "Apache-2.0"
}