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 81fac23 commit 2c47aecCopy full SHA for 2c47aec
.github/workflows/astro.yml
@@ -57,7 +57,7 @@ jobs:
57
- name: Setup Node
58
uses: actions/setup-node@v4
59
with:
60
- node-version: "18"
+ node-version: "20"
61
cache: ${{ steps.detect-package-manager.outputs.manager }}
62
cache-dependency-path: ${{ env.BUILD_PATH }}/${{ steps.detect-package-manager.outputs.lockfile }}
63
- name: Setup Pages
0 commit comments