Skip to content

Commit 6d84304

Browse files
fixed: added node 22 for astro 6 compat
1 parent 4bc940b commit 6d84304

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v4
2222

23+
- uses: actions/setup-node@v4
24+
with:
25+
node-version: 22
26+
2327
- uses: oven-sh/setup-bun@v2
2428

2529
- run: bun install

0 commit comments

Comments
 (0)