From 06473ea83e28bb152f0807b653f5ac2052ea0aad Mon Sep 17 00:00:00 2001 From: Dikshit Moradiya Date: Fri, 28 Jun 2024 08:38:07 +0530 Subject: [PATCH] yml file update --- .github/workflows/prod.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/prod.yml b/.github/workflows/prod.yml index 1927fb5..43c7ac2 100644 --- a/.github/workflows/prod.yml +++ b/.github/workflows/prod.yml @@ -22,15 +22,15 @@ jobs: - name: 🚚 Get latest code uses: actions/checkout@v3 - - name: Use Node.js 18 + - name: Use Node.js 20 uses: actions/setup-node@v3 with: - node-version: '18' + node-version: '20.x' - name: 🔨 Build Project run: | - npm i --legacy-peer-deps - npm run build-prod + yarn + yarn build-prod - name: 📂 Deploy to Server uses: easingthemes/ssh-deploy@main env: