Теперь npm мозга трахает
Some checks failed
Gitea Actions / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
p.belezov 2024-03-12 17:04:22 +08:00
parent b94609f99d
commit b5650a92b5

View File

@ -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;