Теперь npm мозга трахает
Some checks failed
Gitea Actions / Explore-Gitea-Actions (push) Has been cancelled
Some checks failed
Gitea Actions / Explore-Gitea-Actions (push) Has been cancelled
This commit is contained in:
parent
b94609f99d
commit
b5650a92b5
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue