From b6d526c3c8dc499135a348adb8073f683899b4e4 Mon Sep 17 00:00:00 2001 From: LitoMore Date: Wed, 18 Jun 2025 00:42:58 +0800 Subject: [PATCH] Add support for Node.js 24 --- .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 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"