diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 41b529b57..7fcce6ec9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - uses: pnpm/action-setup@v4 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v7 with: # Match the Node that Electron 43 bundles (24.18), so CI type-checks # and tests against the same runtime the app actually ships. diff --git a/.github/workflows/docs-check.yml b/.github/workflows/docs-check.yml index 6362ba8b2..f207b4c5f 100644 --- a/.github/workflows/docs-check.yml +++ b/.github/workflows/docs-check.yml @@ -42,7 +42,7 @@ jobs: - uses: pnpm/action-setup@v4 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v7 with: # Same Node as ci.yml (matches the runtime Electron 43 bundles). node-version: 24 diff --git a/.github/workflows/linux-package.yml b/.github/workflows/linux-package.yml index 78ea351ef..b18f2af87 100644 --- a/.github/workflows/linux-package.yml +++ b/.github/workflows/linux-package.yml @@ -19,7 +19,7 @@ jobs: - uses: pnpm/action-setup@v4 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v7 with: node-version: 24 cache: pnpm diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1d5787bd0..c1090d300 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,7 +47,7 @@ jobs: - uses: pnpm/action-setup@v4 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v7 with: node-version: 24 cache: pnpm @@ -154,7 +154,7 @@ jobs: - uses: pnpm/action-setup@v4 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v7 with: # Match the Node that Electron 43 bundles (24.18), so the released # artifacts are built against the runtime the app actually ships.