Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
update pnpm versions everywhere
Browse files Browse the repository at this point in the history
CI config needs a rewrite :(
  • Loading branch information
znck committed Apr 19, 2023
1 parent 8ea11a6 commit 9bb7043
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Setup PNPM
uses: pnpm/action-setup@v2
with:
version: 6.2.5
version: 8.1.1
run_install: |
- recursive: true
args: [--frozen-lockfile]
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
- name: Setup PNPM
uses: pnpm/action-setup@v2
with:
version: 6.2.5
version: 8.1.1
run_install: |
- recursive: true
args: [--frozen-lockfile]
Expand Down Expand Up @@ -216,7 +216,7 @@ jobs:
- name: Setup PNPM
uses: pnpm/action-setup@v2
with:
version: 6.2.5
version: 8.1.1
run_install: |
- recursive: true
args: [--frozen-lockfile]
Expand Down

0 comments on commit 9bb7043

Please sign in to comment.