diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf8b8ba..c2f8fd4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [^18.18, ^20.8, ^21, ^22] + node-version: [^18.18, ^20.8, ^21, ^22, ^24] os: [ubuntu-latest, windows-latest] steps: - uses: actions/checkout@v4 diff --git a/package.json b/package.json index 2ca35a0..624cf18 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "5.0.0", "description": "TypeScript provider for AVA", "engines": { - "node": "^18.18 || ^20.8 || ^21 || ^22" + "node": "^18.18 || ^20.8 || ^21 || ^22 || >=24" }, "files": [ "index.js"