diff --git a/.github/workflows/build-and-publish.yaml b/.github/workflows/build-and-publish.yaml index bed75cae..53105d04 100644 --- a/.github/workflows/build-and-publish.yaml +++ b/.github/workflows/build-and-publish.yaml @@ -35,7 +35,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: "20.x" + node-version: "22.x" cache: "npm" - name: Get current release run: @@ -58,7 +58,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: "20.x" + node-version: "22.x" cache: "npm" - name: Install dependencies diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index e6791982..7ae36059 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -18,7 +18,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: "20.x" + node-version: "22.x" cache: "npm" - name: Install dependencies @@ -29,4 +29,4 @@ jobs: - run: npm test - name: Build - run: npm run build \ No newline at end of file + run: npm run build diff --git a/package.json b/package.json index 9f195d7d..51a0f79a 100644 --- a/package.json +++ b/package.json @@ -67,8 +67,8 @@ "vite": "6.0.7" }, "engines": { - "node": ">=20", - "npm": ">=10" + "node": ">=22", + "npm": ">=11" }, "lint-staged": { "*.{ts,tsx}": [