Skip to content

Commit d02c4c4

Browse files
Bump Astro from 5 to 6 (#42222)
* Bump Astro from 5 to 6 * Fix build issues * Migrate off legacy.collectionsBackwardsCompat * Bump Node to 24 * Fix local issues * Fix linting CSS issue
1 parent d1d5606 commit d02c4c4

20 files changed

Lines changed: 647 additions & 938 deletions

.github/workflows/browserstack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
env:
1111
FORCE_COLOR: 2
12-
NODE: 22
12+
NODE: 24
1313

1414
permissions:
1515
contents: read

.github/workflows/bundlewatch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
env:
1212
FORCE_COLOR: 2
13-
NODE: 22
13+
NODE: 24
1414

1515
permissions:
1616
contents: read

.github/workflows/css.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
env:
1212
FORCE_COLOR: 2
13-
NODE: 22
13+
NODE: 24
1414

1515
permissions:
1616
contents: read

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
env:
1212
FORCE_COLOR: 2
13-
NODE: 22
13+
NODE: 24
1414

1515
permissions:
1616
contents: read

.github/workflows/js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
env:
1212
FORCE_COLOR: 2
13-
NODE: 22
13+
NODE: 24
1414

1515
permissions:
1616
contents: read

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
env:
1212
FORCE_COLOR: 2
13-
NODE: 22
13+
NODE: 24
1414

1515
permissions:
1616
contents: read

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
.claude
2020
.DS_Store
2121
.idea
22-
.nvmrc
2322
.project
2423
.settings
2524
.tmproj

.nvmrc

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

0 commit comments

Comments
 (0)