mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-04-19 11:44:07 +02:00
Merge pull request #20635 from Snuffleupagus/Node-update-support
[api-minor] Update the supported Node.js "patch" versions
This commit is contained in:
commit
025d658a9c
@ -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
2
package-lock.json
generated
@ -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": {
|
||||
|
||||
@ -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"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user