diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b3db83c..a0d65fc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node: [20, 22] + node: [20, 22, 24] steps: - name: Checkout @@ -39,7 +39,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [20, 22] + node: [20, 22, 24] steps: - name: Checkout uses: actions/checkout@v4 @@ -66,7 +66,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [20, 22] + node: [20, 22, 24] steps: - name: Checkout uses: actions/checkout@v4 diff --git a/package.json b/package.json index 7f84752..457bf88 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ }, "packageManager": "pnpm@9.1.0", "engines": { - "node": ">=20.18.2 <=22.x.x" + "node": ">=20.18.2 <=24.x.x" }, "dependencies": { "debug": "4.4.0",