From b94609f99d25b19654c000e8197769f7d17d5710 Mon Sep 17 00:00:00 2001 From: "p.belezov" Date: Tue, 12 Mar 2024 17:02:45 +0800 Subject: [PATCH] =?UTF-8?q?=D0=A2=D0=B5=D0=BF=D0=B5=D1=80=D1=8C=20npm=20?= =?UTF-8?q?=D0=BC=D0=BE=D0=B7=D0=B3=D0=B0=20=D1=82=D1=80=D0=B0=D1=85=D0=B0?= =?UTF-8?q?=D0=B5=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/gitea-actions.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/gitea-actions.yml b/.gitea/workflows/gitea-actions.yml index 7ebd3a8..f3729bf 100644 --- a/.gitea/workflows/gitea-actions.yml +++ b/.gitea/workflows/gitea-actions.yml @@ -15,14 +15,14 @@ jobs: uses: actions/checkout@v3 - run: echo "Repo pulled" - run: echo "Updating npm dependencies..." - - run: npm i + - run: nvm use 18.19.0; npm i; - run: echo "NPM dependencies updated" - run: echo "Updating composer dependencies..." - run: export COMPOSER_ALLOW_SUPERUSER=1; composer show; composer install; - run: echo "Composer dependencies updated" - run: echo "Building frontend..." - - run: npm run build + - run: nvm use 18.19.0; npm run build; - run: echo "Frontend built" - run: echo "Starting Gitea service" - - run: systemctl start gitea + - run: systemctl start resume - run: echo "Gitea service started" \ No newline at end of file