Skip to content

Commit 68b2e43

Browse files
committed
chore: remove support for node 14
1 parent de20f3f commit 68b2e43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [14.x, 16.x, 18.x, 20.x]
19+
node-version: [16.x, 18.x, 20.x]
2020

2121
steps:
2222
- uses: actions/checkout@v2

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "merge multiple PDF documents, or parts of them, to a new PDF document",
55
"type": "module",
66
"engines": {
7-
"node": ">=14"
7+
"node": ">=16"
88
},
99
"main": "./index.js",
1010
"types": "./index.d.ts",

0 commit comments

Comments
 (0)