Skip to content

Commit 3eb6155

Browse files
committed
fix: use pnpm v9 to match lockfile version
1 parent 53c854b commit 3eb6155

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-scripts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install pnpm
2323
uses: pnpm/action-setup@v2
2424
with:
25-
version: 8
25+
version: 9
2626
cache: pnpm
2727

2828
- name: Install dependencies

0 commit comments

Comments
 (0)