Skip to content

Commit 633c3d0

Browse files
committed
fix GitHub action workflow for pnpm
1 parent 6d0b3b7 commit 633c3d0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yaml

+2-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,5 @@ jobs:
1212
- uses: actions/setup-node@v4
1313
with:
1414
node-version: 20.x
15-
cache: yarn
16-
cache-dependency-path: yarn.lock
17-
- run: yarn
18-
- run: yarn build
15+
cache: pnpm
16+
- run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)