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

[api-minor] Update the minimum supported Node.js version to 16

This patch updates the minimum supported environments as follows:
 - Node.js 16, which was released on 2021-04-20; see https://en.wikipedia.org/wiki/Node.js#Releases

Note also that Node.js 14 will very soon reach EOL, and thus no longer receive any security updates.
This commit is contained in:
Jonas Jenwald 2023-03-07 12:03:45 +01:00
parent 076fdbf6df
commit 6d3506548d
4 changed files with 10 additions and 23 deletions

View file

@ -70,5 +70,8 @@
"type": "git",
"url": "git://github.com/mozilla/pdf.js.git"
},
"engines": {
"node": ">=16"
},
"license": "Apache-2.0"
}