From 4bbca05d4366710ee1a8d445772625eae2a566e0 Mon Sep 17 00:00:00 2001 From: Opti1337 Date: Fri, 1 Mar 2024 06:55:51 +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 c080b5c..8532c1e 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 -v + /home/act_runner/.nvm/versions/node/v20.11.1/bin/node -v - run: echo "🍏 This job's status is ${{ job.status }}." \ No newline at end of file