Skip to content

Commit ba03abc

Browse files
committed
Astro 6 needs Node.js 22+
1 parent 1866892 commit ba03abc

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ jobs:
2121
with:
2222
persist-credentials: false
2323

24+
- name: Setup Node.js
25+
uses: actions/setup-node@v4
26+
with:
27+
node-version: 24
28+
2429
- name: Setup Bun
2530
uses: oven-sh/setup-bun@v2
2631
with:
@@ -41,6 +46,11 @@ jobs:
4146
with:
4247
persist-credentials: false
4348

49+
- name: Setup Node.js
50+
uses: actions/setup-node@v4
51+
with:
52+
node-version: 24
53+
4454
- name: Setup Bun
4555
uses: oven-sh/setup-bun@v2
4656
with:

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626
with:
2727
persist-credentials: false
2828

29+
- name: Setup Node.js
30+
uses: actions/setup-node@v4
31+
with:
32+
node-version: 24
33+
2934
- name: Setup Bun
3035
uses: oven-sh/setup-bun@v2
3136
with:

0 commit comments

Comments
 (0)