This commit is contained in:
Core 2022-08-25 16:58:35 +01:00
parent 4eb4516978
commit d485a4f5e4
No known key found for this signature in database
GPG key ID: 2AB8327FBA02D1C0
2 changed files with 3 additions and 2 deletions

View file

@ -20,7 +20,7 @@ jobs:
command: |
sudo apt-get update -y
sudo apt-get install -y autoconf automake g++ libtool || true
curl -f https://get.pnpm.io/v6.16.js | node - add --global pnpm@7
sudo curl -f https://get.pnpm.io/v6.16.js | node - add --global pnpm@7
pnpm config set store-dir ~/.pnpm-store
- run:
name: Fetch Application Version

View file

@ -6,7 +6,7 @@ on:
- main
jobs:
prettier:
update-lockfile:
runs-on: ubuntu-latest
permissions:
contents: write
@ -17,6 +17,7 @@ jobs:
with:
# Make sure the actual branch is checked out when running on pull requests
ref: ${{ github.head_ref }}
- uses: pnpm/action-setup@v2.2.2
- name: Update lockfile
run: pnpm i --lockfile-only