diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 57aa350..3e7314e 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: | - export $PATH + node -v - run: echo "🍏 This job's status is ${{ job.status }}." \ No newline at end of file