diff --git a/.gitea/workflows/gitea-actions.yml b/.gitea/workflows/gitea-actions.yml index f3729bf..f845b9c 100644 --- a/.gitea/workflows/gitea-actions.yml +++ b/.gitea/workflows/gitea-actions.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v3 - run: echo "Repo pulled" - run: echo "Updating npm dependencies..." - - run: nvm use 18.19.0; npm i; + - run: node -v; npm i; - run: echo "NPM dependencies updated" - run: echo "Updating composer dependencies..." - run: export COMPOSER_ALLOW_SUPERUSER=1; composer show; composer install;