diff --git a/.github/workflows/plan-release.yml b/.github/workflows/plan-release.yml index 845ac56d..0ae043aa 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@v4 with: - node-version: 18 + 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 2b02a858..1ebb7c00 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@v4 with: - node-version: 18 + 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 97043986..a32a9d2a 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "yarn": "use pnpm" }, "volta": { - "node": "20.12.2", + "node": "24.15.0", "pnpm": "8.15.8" }, "pnpm": { diff --git a/test-embroider-app/package.json b/test-embroider-app/package.json index 07f386f2..b1bce370 100644 --- a/test-embroider-app/package.json +++ b/test-embroider-app/package.json @@ -153,6 +153,6 @@ ] }, "volta": { - "node": "20.12.2" + "node": "24.15.0" } }