Skip to content

Commit

Permalink
feat!: bump version requirements (Eleventy v3, Node v20)
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander committed Sep 6, 2024
1 parent 8e49746 commit 19d09b7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [18, 20, 22]
node: [20, 22]
steps:
- name: Set git to use LF
run: |
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Eleventy plugin which provides common filters, shortcodes and transforms for [Fl

## Requirements

- Node >= 18
- Eleventy >= 2.0.1
- Infusion >= 4.6.0
- Node >= 20
- Eleventy >= 3.0.0-beta.1
- Infusion >= 4.7.1

## Installation

Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@
"rosetta": "^1.1.0",
"rtl-detect": "^1.1.2"
},
"engines": {
"node": ">=20"
},
"peerDependencies": {
"infusion": "^4.7.1"
},
Expand Down

0 comments on commit 19d09b7

Please sign in to comment.