diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ec60b19..ad114fa 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18.x, 20.x] + node-version: [20.x, 22.x] steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} diff --git a/package.json b/package.json index 74c0365..d6f75e5 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "prettier": "3.3.0" }, "engines": { - "node": "18 || 20", + "node": "20 || 22", "npm": ">=7" }, "scripts": {