Skip to content

Commit

Permalink
Update CI to use Eleventy 3 beta and Node.js 22
Browse files Browse the repository at this point in the history
  • Loading branch information
kentaroi committed Aug 16, 2024
1 parent 7323da8 commit 4366451
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
strategy:
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
node: ["18", "20", "22"]
eleventy: ["1", "2"]
node: ["22"]
eleventy: ["^3.0.0-beta.1"]
name: Node.js ${{ matrix.node }} on ${{ matrix.os }} against @11ty/eleventy@${{ matrix.eleventy }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 4366451

Please sign in to comment.