diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 25bcb1c89..f845d7951 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,9 +13,9 @@ jobs: strategy: matrix: node_version: - - 18 - 20 - 22 + - 24 steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Use Node.js ${{ matrix.node_version }} diff --git a/package.json b/package.json index a6a694782..7a92dc13e 100644 --- a/package.json +++ b/package.json @@ -68,6 +68,6 @@ ] }, "engines": { - "node": ">= 18" + "node": ">= 20" } }