Skip to content

Commit

Permalink
use latest pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
acao committed Jun 29, 2023
1 parent f61ce94 commit 34809cc
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
fetch-depth: 0
- uses: pnpm/action-setup@v2
with:
version: 7.28.0
version: 8.6.5
- uses: actions/setup-node@v3
with:
node-version: 19
node-version: 16
cache: 'pnpm'
- run: pnpm install --frozen-lockfile

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/license-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 7.28.0
version: 8.6.5
- uses: actions/setup-node@v3
with:
node-version: 19
node-version: 16
cache: 'pnpm'
- run: pnpm install --frozen-lockfile

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:

- uses: pnpm/action-setup@v2
with:
version: 7.28.0
version: 8.6.5

- uses: actions/setup-node@v3
with:
node-version: 19
node-version: 16
cache: 'pnpm'
- run: pnpm install --frozen-lockfile

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 7.28.0
version: 8.6.5
- uses: actions/setup-node@v3
with:
node-version: 19
node-version: 16
cache: 'pnpm'
- run: pnpm install --frozen-lockfile

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/pr-graphql-compat-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v3

- uses: pnpm/action-setup@v2
with:
version: 8.6.5
- uses: actions/setup-node@v3
with:
cache: 'pnpm'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 7.28.0
version: 8.6.5
- uses: actions/setup-node@v3
with:
node-version: 19
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
fetch-depth: 0
- uses: pnpm/action-setup@v2
with:
version: 7.28.0
version: 8.6.5
- uses: actions/setup-node@v3
with:
node-version: 19
node-version: 16
cache: 'pnpm'
- run: pnpm install --frozen-lockfile

Expand Down

0 comments on commit 34809cc

Please sign in to comment.