diff --git a/.gitea/workflows/gitea-actions.yml b/.gitea/workflows/gitea-actions.yml index 1f05bc4..fa79115 100644 --- a/.gitea/workflows/gitea-actions.yml +++ b/.gitea/workflows/gitea-actions.yml @@ -11,6 +11,8 @@ jobs: run: | echo "${{ secrets.ENVIRONMENT }}" > ./.env cat ./.env + - name: Install Node + run: apt install nodejs - name: Checkout code uses: actions/checkout@v3 - name: Install PHP