Skip to content

Commit 36ece9a

Browse files
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
2 parents 082485f + 18617eb commit 36ece9a

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
@@ -2333,7 +2333,7 @@ function packageJson() {
23332333
url: `git+${DIST_GIT_URL}`,
23342334
},
23352335
engines: {
2336-
node: ">=20",
2336+
node: ">=20.16.0",
23372337
},
23382338
scripts: {},
23392339
};

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"
65+
"node": ">=20.16.0"
6666
},
6767
"license": "Apache-2.0"
6868
}

0 commit comments

Comments
 (0)