We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c90427 commit c630e5cCopy full SHA for c630e5c
.github/workflows/astro.yml
@@ -57,7 +57,7 @@ jobs:
57
- name: Setup Node
58
uses: actions/setup-node@v4
59
with:
60
- node-version: "20"
+ node-version: "22"
61
cache: ${{ steps.detect-package-manager.outputs.manager }}
62
# Include BUILD_PATH to ensure the correct full path to the lockfile
63
cache-dependency-path: ${{ env.BUILD_PATH }}/${{ steps.detect-package-manager.outputs.lockfile }}
0 commit comments