From 68569b2c614d374ace5ca358e4d02586c009bbfe Mon Sep 17 00:00:00 2001 From: Valentin Boulanger Date: Mon, 24 Jun 2024 22:24:14 +0200 Subject: [PATCH] refresh --- .gitea/workflows/build.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index aed7c11..57651d6 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -7,9 +7,7 @@ jobs: steps: - name: Installing NodeJS... run: curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash - - run: export NVM_DIR="$HOME/.nvm" - - run: '[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"' - - run: '[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"' + - run: source /root/.bashrc - run: nvm install 20 - run: node -v - run: npm -v