Skip to content

Commit e5be6db

Browse files
committed
Use pnpm version 9
1 parent 9385f9c commit e5be6db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
steps:
1212
- name: Checkout the repository
1313
uses: actions/checkout@v2
14-
- name: Setup PNPM 7
14+
- name: Setup PNPM 9
1515
uses: pnpm/[email protected]
1616
with:
17-
version: 7
17+
version: 9
1818
- name: Setup Node 18
1919
uses: actions/setup-node@v2
2020
with:

0 commit comments

Comments
 (0)