Skip to content

Commit 716df98

Browse files
committed
chore: upgrade docs to Astro 6
1 parent 9482035 commit 716df98

7 files changed

Lines changed: 999 additions & 2215 deletions

File tree

.github/workflows/validate_links.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: 22
18-
- run: npm install
17+
node-version: 22.12.0
18+
- run: npm ci
1919
- run: npm run build

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ pnpm-debug.log*
1515
# environment variables
1616
.env
1717
.env.production
18-
.nvmrc
1918

2019
# macOS-specific files
2120
.DS_Store

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
22.12.0

0 commit comments

Comments
 (0)