diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 08ee6ba..0d6f87c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -56,7 +56,7 @@ jobs: - run: corepack enable - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 22 cache: 'pnpm' - name: Install dependencies run: pnpm install diff --git a/package.json b/package.json index 618b211..84ec3ca 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "node": ">=16.0" }, "volta": { - "node": "20.18.1", + "node": "22.19.0", "npm": "10.9.1" } }