From 18ef0058536d0ad45db42e64940c919900e0bf7a Mon Sep 17 00:00:00 2001 From: moon Date: Fri, 11 Oct 2024 00:55:41 -0700 Subject: [PATCH] ?? deploy damint --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index baef8a3..cb2c488 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,4 +1,4 @@ -name: Deploy App to GitHub Pages +name: Deploy Vite React to GitHub Pages on: push: @@ -16,7 +16,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v3 with: - node-version: '20' + node-version: 18 - name: Install dependencies run: npm ci