Skip to content

Commit f22f2ad

Browse files
committed
updated test workflow
1 parent 8417594 commit f22f2ad

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/unit-test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ jobs:
1515
uses: actions/setup-node@v4
1616
with:
1717
node-version: '22.x'
18+
cache: 'pnpm' # optional but recommended
19+
20+
- name: Setup pnpm
21+
uses: pnpm/action-setup@v4
22+
with:
23+
version: 10.28.0 # or your local pnpm version
24+
run_install: false
1825

1926
- name: Install dependencies for all plugins
2027
run: |

0 commit comments

Comments
 (0)