From 173c476f7492297b4b1f6c3d4b23efa7ab8160fa Mon Sep 17 00:00:00 2001 From: Rajendra Reddy Date: Tue, 7 Apr 2026 12:16:18 +0000 Subject: [PATCH] Update .gitea/workflows/build.yml --- .gitea/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 71efc52..3d5d5a5 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -23,7 +23,7 @@ jobs: if: inputs.tech_stack == 'node' || inputs.tech_stack == 'react' || inputs.tech_stack == 'nestjs' uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 - name: Build (Node / React / NestJS) if: inputs.tech_stack == 'node' || inputs.tech_stack == 'react' || inputs.tech_stack == 'nestjs' @@ -33,6 +33,6 @@ jobs: ${{ inputs.build_command }} else npm install - npm run build || true + npm run build fi \ No newline at end of file