From 43664515d10bae0a8817661811957e918d326514 Mon Sep 17 00:00:00 2001 From: Kentaro Imai Date: Fri, 16 Aug 2024 23:33:03 +0900 Subject: [PATCH] Update CI to use Eleventy 3 beta and Node.js 22 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c85f8b..bcb1f0a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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