Skip to content

Commit

Permalink
Node 18+ to match Eleventy core 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Jan 27, 2025
1 parent 93361a3 commit e59e46a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
strategy:
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
node: ["14", "16", "18"]
node: ["18", "20", "22"]
name: Node.js ${{ matrix.node }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"license": "MIT",
"engines": {
"node": ">=14.18"
"node": ">=18"
},
"11ty": {
"compatibility": ">=3.0.0"
Expand Down

0 comments on commit e59e46a

Please sign in to comment.