Skip to content

Commit

Permalink
Merge pull request #225 from dpobel/node-20
Browse files Browse the repository at this point in the history
chore: drop support for Node < 20
  • Loading branch information
dpobel authored Nov 15, 2024
2 parents e806dbe + c9c1a8c commit 3033da8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

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

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ of any file registered in Metalsmith with `print` CSS media.

## Installation

This plugin requires Node.js 18 or later
This plugin requires Node.js 20 or later

```
$ npm install metalsmith-pdfize
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"homepage": "https://github.com/dpobel/metalsmith-pdfize",
"engines": {
"node": ">=18.0.0"
"node": ">=20.0.0"
},
"dependencies": {
"async": "^3.1.0",
Expand Down

0 comments on commit 3033da8

Please sign in to comment.