diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3afcedf..536a931 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [^14.19, ^16.15, ^18, ^20] + node-version: [^14.19, ^16.15, ^18, ^20, ^21] os: [ubuntu-latest, windows-latest] steps: - uses: actions/checkout@v3 diff --git a/package.json b/package.json index 3160f9a..e97a007 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "4.1.0", "description": "TypeScript provider for AVA", "engines": { - "node": "^14.19 || ^16.15 || ^18 || ^20" + "node": "^14.19 || ^16.15 || ^18 || ^20 || ^21" }, "files": [ "index.js"