- Upgrade required Node.js runtime from 22 to 24 in package.json - Update pnpm to version 12 - Upgrade astro to 7.2.9 and @astrojs/starlight to 0.41.9 - Update README.md to include NVM and the Node.js 24 requirement - Update pnpm-workspace.yaml to only install environment-specific dependencies
23 lines
272 B
YAML
23 lines
272 B
YAML
packages:
|
|
- "packages/*"
|
|
- "docs/"
|
|
|
|
allowBuilds:
|
|
sharp: true
|
|
esbuild: true
|
|
playwright: true
|
|
|
|
fetchTimeout: 300000
|
|
fetchRetries: 10
|
|
|
|
supportedArchitectures:
|
|
os:
|
|
- current
|
|
cpu:
|
|
- current
|
|
libc:
|
|
- current
|
|
|
|
minimumReleaseAgeExclude:
|
|
- astro@7.2.9
|