Skip to content

Commit 08502f1

Browse files
committed
udpate ci.yml
1 parent e60dcc0 commit 08502f1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,8 @@ jobs:
1515
- name: Install Node
1616
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
1717

18-
- name: Install pnpm
19-
uses: pnpm/action-setup@v4
20-
2118
- name: Install dependencies
22-
run: pnpm install
19+
run: npm install
2320

2421
scan:
2522
needs: lint-and-test

0 commit comments

Comments
 (0)