Skip to content

Commit 5eda4ba

Browse files
committed
�[38;2;248;248;242mBump CI Node to 22.12�[0m
�[38;2;248;248;242mAstro 5 requires Node >= 22.12; the previous '20' setting made�[0m �[38;2;248;248;242mthe deploy workflow fail immediately at `astro build`. Pinning�[0m �[38;2;248;248;242mto 22.12 satisfies the engine and stays on an active LTS.�[0m �[38;2;248;248;242mCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>�[0m
1 parent 65f4772 commit 5eda4ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Node
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: '20'
27+
node-version: '22.12'
2828
cache: 'npm'
2929

3030
- name: Install dependencies

0 commit comments

Comments
 (0)