^ bad
This commit is contained in:
parent
4eb4516978
commit
d485a4f5e4
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
3
.github/workflows/lockfile.yml
vendored
3
.github/workflows/lockfile.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue