^ 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: |
|
command: |
|
||||||
sudo apt-get update -y
|
sudo apt-get update -y
|
||||||
sudo apt-get install -y autoconf automake g++ libtool || true
|
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
|
pnpm config set store-dir ~/.pnpm-store
|
||||||
- run:
|
- run:
|
||||||
name: Fetch Application Version
|
name: Fetch Application Version
|
||||||
|
|
3
.github/workflows/lockfile.yml
vendored
3
.github/workflows/lockfile.yml
vendored
|
@ -6,7 +6,7 @@ on:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
prettier:
|
update-lockfile:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
@ -17,6 +17,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
# Make sure the actual branch is checked out when running on pull requests
|
# Make sure the actual branch is checked out when running on pull requests
|
||||||
ref: ${{ github.head_ref }}
|
ref: ${{ github.head_ref }}
|
||||||
|
- uses: pnpm/action-setup@v2.2.2
|
||||||
|
|
||||||
- name: Update lockfile
|
- name: Update lockfile
|
||||||
run: pnpm i --lockfile-only
|
run: pnpm i --lockfile-only
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue