Skip to content

Commit 1a7cb8b

Browse files
authored
Merge pull request #1241 from nbogie/nb-set-node-version-in-deploy-build
beta_deploy: have astro build action use node 22
2 parents 3e4c1fb + ae3c39b commit 1a7cb8b

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)