diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 86356b9..c389398 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -15,5 +15,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 + export $PATH - run: echo "🍏 This job's status is ${{ job.status }}." \ No newline at end of file