From fd8a99e54b833d979c2b048ee1c6c0a6d7dcd636 Mon Sep 17 00:00:00 2001 From: Opti1337 Date: Fri, 1 Mar 2024 06:57:42 +0300 Subject: [PATCH] Gitea Actions test --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 8532c1e..a42bffe 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -20,5 +20,5 @@ jobs: - run: echo "MAMAAAAAAAAAAAAA" - name: List files in the repository run: | - /home/act_runner/.nvm/versions/node/v20.11.1/bin/node -v + $NVM_BIN/node -v - run: echo "🍏 This job's status is ${{ job.status }}." \ No newline at end of file