Skip to content

Commit 1e24e2f

Browse files
authored
Upgrade Astro and dependencies, update GitHub page (#1824)
* Upgrade Astro and dependencies, update GitHub page Bump Astro and related packages and update the site to match. package.json and package-lock.json updated (astro -> 6.0.4, @astrojs/starlight -> 0.38.1, @astrojs/mdx/markdown-remark/prism/sitemap and other plugins bumped) and Node engine minimum raised to >=22.12.0. The lockfile also contains many transitive dependency updates (esbuild, babel, @expressive-code, etc.). Minor changes to website/src/pages/github/index.astro to align with the dependency upgrades and updated plugin behavior. * Update website.yml
1 parent 886c019 commit 1e24e2f

4 files changed

Lines changed: 767 additions & 1344 deletions

File tree

.github/workflows/website.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
- name: ⎔ Setup node
3434
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
3535
with:
36+
node-version: '22'
3637
cache: npm
3738
cache-dependency-path: website/package-lock.json
3839

0 commit comments

Comments
 (0)