Skip to content

Update Node.js version to 22 in deploy workflow#9

Open
mnindrazaka wants to merge 2 commits into
mainfrom
claude/github-pages-node-version-ywzszh
Open

Update Node.js version to 22 in deploy workflow#9
mnindrazaka wants to merge 2 commits into
mainfrom
claude/github-pages-node-version-ywzszh

Conversation

@mnindrazaka

Copy link
Copy Markdown
Contributor

Summary

Updated the Astro build action configuration to explicitly specify Node.js version 22 for the build job in the deployment workflow.

Changes

  • Added node-version: "22" configuration to the withastro/action@v3 step in the deploy workflow
  • This ensures the build process uses Node.js 22 instead of relying on the action's default version

Details

The change makes the Node.js version requirement explicit in the CI/CD pipeline, improving consistency and clarity around which runtime version is used for building and deploying the project.

https://claude.ai/code/session_01U32vwPi9XVYzMMduo6WMkj

claude added 2 commits July 14, 2026 13:18
Astro 7 requires Node >=22.12.0, but withastro/action@v3 defaults to
Node 20, causing the deploy workflow to fail.
Repo was renamed to gatherloop.github.io, so GitHub Pages now serves
the site at the domain root instead of /gatherloop/.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants