diff --git a/.github/workflows/plan-release.yml b/.github/workflows/plan-release.yml index f48d1505..439761ee 100644 --- a/.github/workflows/plan-release.yml +++ b/.github/workflows/plan-release.yml @@ -54,7 +54,7 @@ jobs: - uses: pnpm/action-setup@v4 - uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 cache: pnpm - run: pnpm install --frozen-lockfile - name: "Generate Explanation and Prep Changelogs" diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 58e3b196..2d690137 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -31,7 +31,7 @@ jobs: - uses: pnpm/action-setup@v4 - uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 # This creates an .npmrc that reads the NODE_AUTH_TOKEN environment variable registry-url: 'https://registry.npmjs.org' cache: pnpm diff --git a/package.json b/package.json index 6ad6dda6..3e9afa5b 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "packageManager": "pnpm@8.15.9", "volta": { - "node": "22.21.1", + "node": "24.11.1", "pnpm": "8.15.9" } }