Skip to content

Commit eb40c6f

Browse files
authored
Update astro.yml nodejs version
bump v20 to v25
1 parent 508862d commit eb40c6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/astro.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Setup Node
5858
uses: actions/setup-node@v4
5959
with:
60-
node-version: "20"
60+
node-version: "25"
6161
cache: ${{ steps.detect-package-manager.outputs.manager }}
6262
cache-dependency-path: ${{ env.BUILD_PATH }}/${{ steps.detect-package-manager.outputs.lockfile }}
6363
- name: Setup Pages

0 commit comments

Comments
 (0)