Skip to content

Commit 07949b2

Browse files
Update dependency node to v24
1 parent 85a4886 commit 07949b2

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@v6
5959
with:
60-
node-version: "22"
60+
node-version: "24"
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)