Skip to content

Commit d44dbda

Browse files
committed
fix ci workflow
1 parent bf71552 commit d44dbda

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,15 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919

20+
- name: Install pnpm
21+
uses: pnpm/action-setup@v4
22+
2023
- name: Use Node.js
2124
uses: actions/setup-node@v4
2225
with:
2326
node-version: '20'
27+
registry-url: 'https://registry.npmjs.org'
28+
cache: 'pnpm'
2429

2530
- name: Install dependencies
2631
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)