Skip to content

Commit ae3c39b

Browse files
committed
beta_deploy: have astro build use node 22
1 parent 86d9192 commit ae3c39b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/beta_deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
env:
2727
NODE_OPTIONS: "--max_old_space_size=4096"
2828
uses: withastro/action@v2
29+
with:
30+
node-version: 22
2931

3032
- name: Deploy to Netlify
3133
uses: nwtgck/actions-netlify@v3.0

0 commit comments

Comments
 (0)