Skip to content

Commit dd4a275

Browse files
Update test.yml
1 parent 62ef497 commit dd4a275

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ jobs:
2424
- name: Checkout code
2525
uses: actions/checkout@v4
2626

27+
- name: Install pnpm
28+
uses: pnpm/action-setup@v4
29+
2730
- name: Setup Node
2831
uses: actions/setup-node@v4
2932
with:
3033
node-version: lts/*
3134
cache: 'pnpm'
3235

33-
- name: Install pnpm
34-
run: npm install -g pnpm
35-
3636
- name: Install dependencies
3737
run: pnpm install
3838

0 commit comments

Comments
 (0)