Skip to content

Commit

Permalink
chore: bump pnpm lockfile version (#628)
Browse files Browse the repository at this point in the history
* chore: bump pnpm lockfile version

* chore: bump pnpm version in ci
  • Loading branch information
larwaa authored Apr 19, 2024
1 parent b878dfa commit cbd9e68
Show file tree
Hide file tree
Showing 2 changed files with 5,533 additions and 4,441 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v3
with:
version: 8
version: 9

- name: Setup Node.js
uses: actions/setup-node@v4
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v3
with:
version: 8
version: 9

- name: Setup Node.js
uses: actions/setup-node@v4
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v3
with:
version: 8
version: 9

- name: Setup Node.js
uses: actions/setup-node@v4
Expand All @@ -166,7 +166,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v3
with:
version: 8
version: 9

- name: Setup Node.js
uses: actions/setup-node@v4
Expand Down Expand Up @@ -237,7 +237,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v3
with:
version: 8
version: 9

- name: Setup Node.js
uses: actions/setup-node@v4
Expand Down
Loading

0 comments on commit cbd9e68

Please sign in to comment.