diff --git a/.gitea/workflows/dev-build.yaml b/.gitea/workflows/dev-build.yaml index 90551af..74e1764 100644 --- a/.gitea/workflows/dev-build.yaml +++ b/.gitea/workflows/dev-build.yaml @@ -9,7 +9,9 @@ jobs: - name: Check out repository code uses: actions/checkout@v4 - name: Install node modules - run: npm install + run: | + export PATH=/home/act_runner/.n/bin:$PATH + npm install - name: Build pwa run: npm run build - name: Clear previous dev pwa