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

Commit

Permalink
update pnpm in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
znck committed Nov 2, 2023
1 parent a1a115c commit c7e8223
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yaml
Expand Up @@ -36,11 +36,11 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: Setup PNPM
uses: pnpm/action-setup@v2
with:
version: 8.1.1
version: 8.8.2
run_install: |
- recursive: true
args: [--frozen-lockfile]
Expand All @@ -63,11 +63,11 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: Setup PNPM
uses: pnpm/action-setup@v2
with:
version: 8.1.1
version: 8.8.2
run_install: |
- recursive: true
args: [--frozen-lockfile]
Expand Down Expand Up @@ -99,11 +99,11 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: Setup PNPM
uses: pnpm/action-setup@v2
with:
version: 8.1.1
version: 8.8.2
run_install: |
- recursive: true
args: [--frozen-lockfile]
Expand Down Expand Up @@ -212,11 +212,11 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: Setup PNPM
uses: pnpm/action-setup@v2
with:
version: 8.1.1
version: 8.8.2
run_install: |
- recursive: true
args: [--frozen-lockfile]
Expand Down

0 comments on commit c7e8223

Please sign in to comment.