From 1e7f7fc53fe1c1a8e1153f0698fd016b8c63205b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 21:51:42 +0000 Subject: [PATCH] Update Node.js to v24 --- .github/workflows/plan-release.yml | 2 +- .github/workflows/publish.yml | 2 +- package.json | 2 +- test-embroider-app/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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" } }