Skip to content

Commit b248779

Browse files
authored
Merge pull request #10 from devigned/fix/update-node-version
fix: update default Node.js version to 22
2 parents c104518 + d0e5cef commit b248779

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424

2525
- name: Build with Astro
2626
uses: withastro/action@v3
27+
with:
28+
node-version: 22
2729

2830
deploy:
2931
name: Deploy

.node-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
22

0 commit comments

Comments
 (0)