Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@fontsource/jetbrains-mono": "^5.0.0",
"@upstash/ratelimit": "^2.0.0",
"@upstash/redis": "^1.37.0",
"astro": "^5.18.1"
"astro": "^6.1.10"

@augmentcode augmentcode Bot May 13, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

astro@^6.1.10 declares engines.node >=22.12.0 (as reflected in the updated lockfile), but this repo still advertises/supports Node 20 (root engines and CI/deploy workflows). This is likely to break pnpm install/docs builds on Node 20 runners (e.g. .github/workflows/deploy-site.yml currently uses Node 20).

Severity: high

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

},
"devDependencies": {
"@astrojs/check": "^0.9.8",
Expand Down
Loading
Loading