From 696727443198718a70de7900a13f94425899bd4d Mon Sep 17 00:00:00 2001 From: Christine Tham Date: Mon, 4 Mar 2024 17:31:05 +1100 Subject: [PATCH] Added setup-node --- .github/workflows/deploy.yml | 4 ++++ 1 file changed, 4 insertions(+) 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: