Skip to content

Commit b1a68ce

Browse files
authored
Fix test action
1 parent 01e5ad6 commit b1a68ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
uses: actions/checkout@v3
1818

1919
- uses: pnpm/action-setup@v3
20+
with:
21+
version: 9.0.1
2022

2123
- name: Install Node.js
2224
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)