Skip to content

Commit 025d658

Browse files
Merge pull request #20635 from Snuffleupagus/Node-update-support
[api-minor] Update the supported Node.js "patch" versions
2 parents c00591c + a80f8ff commit 025d658

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

gulpfile.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2284,7 +2284,7 @@ function packageJson() {
22842284
url: `git+${DIST_GIT_URL}`,
22852285
},
22862286
engines: {
2287-
node: ">=20.16.0 || >=22.3.0",
2287+
node: ">=20.19.0 || >=22.13.0 || >=24",
22882288
},
22892289
scripts: {},
22902290
};

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"url": "git://github.com/mozilla/pdf.js.git"
6767
},
6868
"engines": {
69-
"node": ">=20.16.0 || >=22.3.0"
69+
"node": ">=20.19.0 || >=22.13.0 || >=24"
7070
},
7171
"license": "Apache-2.0"
7272
}

0 commit comments

Comments
 (0)