fix(astrojs): upgrade Node.js engine and dependencies for Astro
- 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
This commit is contained in:
@@ -65,6 +65,11 @@ luna-charts/
|
||||
|
||||
### Installation
|
||||
|
||||
Download the [Node Version manager](https://github.com/nvm-sh/nvm/blob/master/README.md). If the installation was successful, install Node.js version 24:
|
||||
`nvm install 24`
|
||||
|
||||
Afterwards, clone LUNA-Charts from our repository or from GitHub. The GitHub repository is updated every 30 minutes.
|
||||
|
||||
```bash
|
||||
git clone https://github.com/Ninosaurier/LUNA-Charts.git
|
||||
cd luna-charts
|
||||
|
||||
Reference in New Issue
Block a user