diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a9ebfa9..f982595 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -20,7 +20,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: "20.x" + node-version: "22.x" cache: "npm" - name: Install dependencies diff --git a/package.json b/package.json index cd7cd10..d4c12d5 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "lint-staged": "15.2.10" }, "engines": { - "node": ">=20", + "node": ">=22", "npm": ">=10" }, "scripts": {