Skip to content

Commit 6891602

Browse files
Merge pull request #19858 from luckymore/master
Tweak the Node.js version listed in "engines", to ensure that process.getBuiltinModule is available
2 parents 2fc325e + 940b465 commit 6891602

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gulpfile.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2315,7 +2315,7 @@ function packageJson() {
23152315
url: `git+${DIST_GIT_URL}`,
23162316
},
23172317
engines: {
2318-
node: ">=20.16.0",
2318+
node: ">=20.16.0 || >=22.3.0",
23192319
},
23202320
scripts: {},
23212321
};

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
@@ -62,7 +62,7 @@
6262
"url": "git://github.com/mozilla/pdf.js.git"
6363
},
6464
"engines": {
65-
"node": ">=20.16.0"
65+
"node": ">=20.16.0 || >=22.3.0"
6666
},
6767
"license": "Apache-2.0"
6868
}

0 commit comments

Comments
 (0)