From 55472d8bba24f249e04791eecea6b7d1906e9a01 Mon Sep 17 00:00:00 2001 From: Silas Rech Date: Sun, 5 May 2024 22:13:19 +0200 Subject: [PATCH] Include Node.js 22 in supported engines and test matrix --- .github/workflows/ci.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99193b6..cf8b8ba 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] + node-version: [^18.18, ^20.8, ^21, ^22] os: [ubuntu-latest, windows-latest] steps: - uses: actions/checkout@v4 diff --git a/package.json b/package.json index 00429b2..26de27a 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "4.1.0", "description": "TypeScript provider for AVA", "engines": { - "node": "^18.18 || ^20.8 || ^21" + "node": "^18.18 || ^20.8 || ^21 || ^22" }, "files": [ "index.js"