Skip to content

Commit

Permalink
Update workflows to use pnpm v9
Browse files Browse the repository at this point in the history
  • Loading branch information
andreogle committed Jul 1, 2024
1 parent bd7bf13 commit c9d868c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-providers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
node-version: [20]
pnpm-version: [8]
pnpm-version: [9]
steps:
- name: Clone @api3/chains
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/continuous-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
node-version: [18, 20, latest]
pnpm-version: [8]
pnpm-version: [9]
steps:
- name: Clone @api3/chains
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v3
with:
version: 8
version: 9

- uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit c9d868c

Please sign in to comment.