Skip to content

Commit

Permalink
Merge pull request #156 from dpobel/node-versions
Browse files Browse the repository at this point in the history
Drop node 14 and add node 20 to the test matrix
  • Loading branch information
dpobel authored Dec 28, 2023
2 parents 114e266 + a681cc2 commit f5ff630
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

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

steps:
- uses: actions/checkout@v3
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 14 or later
This plugin requires Node.js 16 or later

```
$ npm install metalsmith-pdfize
Expand Down
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": ">=14.0.0"
"node": ">=16.0.0"
},
"dependencies": {
"async": "^3.1.0",
Expand Down

0 comments on commit f5ff630

Please sign in to comment.