Skip to content

Commit 9b6efb0

Browse files
committed
update node version
1 parent 85febb5 commit 9b6efb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/astro.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Setup Node
4141
uses: actions/setup-node@v4
4242
with:
43-
node-version: "20"
43+
node-version: "22"
4444
# cache: ${{ steps.detect-package-manager.outputs.manager }}
4545
# cache-dependency-path: ${{ env.BUILD_PATH }}/${{ steps.detect-package-manager.outputs.lockfile }}
4646
# Run transform on markdown files contained by submodules

0 commit comments

Comments
 (0)