From e37004734060cf700bcac2beef40fb0e0e41bfd2 Mon Sep 17 00:00:00 2001 From: pulipakaa24 Date: Sat, 21 Mar 2026 16:26:07 -0500 Subject: [PATCH] use correct node version --- .github/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 39ae903..5fcbdc3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,9 +11,9 @@ jobs: run: git -C /home/adipu/LabWise pull - name: Install dependencies - run: | - cd /home/adipu/LabWise - PATH="/home/adipu/.local/node20/bin:$PATH" npm install --prefix server + env: + PATH: /home/adipu/.local/node20/bin:/usr/bin:/bin + run: npm install --prefix /home/adipu/LabWise/server - name: Restart app run: XDG_RUNTIME_DIR=/run/user/1000 systemctl --user restart labwise-app