diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca5d14f..66250bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,12 +25,12 @@ jobs: strategy: matrix: include: - - name: Node.js 18 - NODE_VERSION: 18 - name: Node.js 20 NODE_VERSION: 20 - name: Node.js 22 NODE_VERSION: 22 + - name: Node.js 24 + NODE_VERSION: 24 fail-fast: false name: ${{ matrix.name }} timeout-minutes: 15 diff --git a/package.json b/package.json index 0dbec9b..9c80360 100644 --- a/package.json +++ b/package.json @@ -47,6 +47,6 @@ "semantic-release": "25.0.2" }, "engines": { - "node": "18 || 20 || 22" + "node": "20 || 22 || 24" } }