Update config.yml

This commit is contained in:
Core 2022-03-17 10:50:36 +00:00 committed by GitHub
parent 09715fd704
commit fb986fbb1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ jobs:
- checkout
- run:
name: Set App Version
command: echo 'export APP_VERSION=$(grep '"version":.*' package.json | cut -d '"' -f 4 | head -1)' >> $BASH_ENV
command: echo $(grep '"version":.*' package.json | cut -d '"' -f 4 | head -1)
- run:
name: Update Package Managers
command: sudo npm update -g npm yarn