Skip to content

Commit c630e5c

Browse files
committed
Update Node.js version in GitHub Actions workflow from 20 to 22
1 parent 7c90427 commit c630e5c

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: "22"
6161
cache: ${{ steps.detect-package-manager.outputs.manager }}
6262
# Include BUILD_PATH to ensure the correct full path to the lockfile
6363
cache-dependency-path: ${{ env.BUILD_PATH }}/${{ steps.detect-package-manager.outputs.lockfile }}

0 commit comments

Comments
 (0)