Skip to content

Commit

Permalink
ci: use correct pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
gamemaker1 committed Aug 3, 2023
1 parent a0a638f commit 8c14c68
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ jobs:
- name: Setup PNPM
uses: pnpm/action-setup@v2
with:
standalone: true
version: latest
version: 8
- name: Check for lint/formatting errors
run: |
pnpm install
Expand All @@ -46,8 +45,7 @@ jobs:
- name: Setup PNPM
uses: pnpm/action-setup@v2
with:
standalone: true
version: latest
version: 7
- name: Run library tests
run: |
pnpm install
Expand All @@ -69,8 +67,7 @@ jobs:
- name: Setup PNPM
uses: pnpm/action-setup@v2
with:
standalone: true
version: latest
version: 7
- name: Run import and external store usage tests
run: |
pnpm install
Expand All @@ -91,8 +88,7 @@ jobs:
- name: Setup PNPM
uses: pnpm/action-setup@v2
with:
standalone: true
version: latest
version: 8
- name: Install dependencies
run: pnpm install
- name: Publish package to NPM
Expand Down

0 comments on commit 8c14c68

Please sign in to comment.