From d485a4f5e4aba5b2bc4e0f02b9e0470a0bf496eb Mon Sep 17 00:00:00 2001 From: Core Date: Thu, 25 Aug 2022 16:58:35 +0100 Subject: [PATCH] ^ bad --- .circleci/config.yml | 2 +- .github/workflows/lockfile.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 52835e4e..7e6746b9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 diff --git a/.github/workflows/lockfile.yml b/.github/workflows/lockfile.yml index 78ccc475..c9ec633b 100644 --- a/.github/workflows/lockfile.yml +++ b/.github/workflows/lockfile.yml @@ -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