diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 41b69b2..19e81cf 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,6 +20,10 @@ jobs: steps: - name: Checkout your repository using git uses: actions/checkout@v4 + - name: Setup Node + uses: actions/setup-node@v3 + with: + node-version: 20 - name: Install, build, and upload your site uses: withastro/action@v2 with: