We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50f80e6 commit d4eaa98Copy full SHA for d4eaa98
1 file changed
.github/workflows/deploy.yaml
@@ -19,7 +19,7 @@ jobs:
19
- name: Set up Node.js
20
uses: actions/setup-node@v3
21
with:
22
- node-version: '16' # Or use the version that your Astro project requires
+ node-version: '20' # Or use the version that your Astro project requires
23
24
# Install Yarn (if not already installed)
25
- name: Install Yarn
0 commit comments