Skip to content

Commit 8ac93e6

Browse files
committed
chore: Use pnpm version of package.json when setting up CI
1 parent 069b485 commit 8ac93e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- uses: actions/checkout@v3
28-
- uses: pnpm/action-setup@v2
28+
- uses: pnpm/action-setup@v3
2929
with:
30-
version: 8
30+
package_json_file: ./package.json
3131
- name: Setup Node
3232
uses: actions/setup-node@v3
3333
with:

0 commit comments

Comments
 (0)