From c6f9c7b896483cf61e3e17f6c365b920d5af8861 Mon Sep 17 00:00:00 2001 From: Valentin Boulanger Date: Mon, 24 Jun 2024 22:19:53 +0200 Subject: [PATCH] refresh --- .gitea/workflows/build.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 78a2ee4..51d48c4 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -8,6 +8,8 @@ jobs: - 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: nvm install 20 - run: node -v - run: npm -v