diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 3e7314e..ac2f429 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -19,5 +19,5 @@ jobs: # - run: echo "🖥️ The workflows is now ready to test your code on the runner." - name: List files in the repository run: | - node -v + nvm -v - run: echo "🍏 This job's status is ${{ job.status }}." \ No newline at end of file