Skip to content

Commit

Permalink
chore: remove support for node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
mojoaxel committed Jun 17, 2024
1 parent de20f3f commit 68b2e43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.x, 20.x]
node-version: [16.x, 18.x, 20.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "merge multiple PDF documents, or parts of them, to a new PDF document",
"type": "module",
"engines": {
"node": ">=14"
"node": ">=16"
},
"main": "./index.js",
"types": "./index.d.ts",
Expand Down

0 comments on commit 68b2e43

Please sign in to comment.