Skip to content

Commit f7eb66a

Browse files
Mlaz-codeclaude
andcommitted
ci(seo): drop setup-node from gsc-submit workflow
actions/setup-node@v5 auto-detects pnpm-lock.yaml and tries to enable pnpm package-manager caching, which fails because pnpm isn't installed on the runner. The submit script has zero npm dependencies, so the preinstalled Node on ubuntu-latest is enough. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 928d832 commit f7eb66a

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/gsc-submit.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@v6
3131

32-
- uses: actions/setup-node@v5
33-
with:
34-
node-version: 22
35-
3632
- name: Submit sitemap
3733
env:
3834
GSC_SERVICE_ACCOUNT_KEY: ${{ secrets.GSC_SERVICE_ACCOUNT_KEY }}

0 commit comments

Comments
 (0)