Skip to content

Commit 76ba294

Browse files
committed
ci: use standalone pnpm installation
1 parent ca961e0 commit 76ba294

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353
steps:
5454
- uses: actions/checkout@v4
5555
- uses: pnpm/action-setup@v3
56+
with:
57+
standalone: true
5658
- uses: actions/setup-node@v4
5759
with:
5860
node-version: ${{ matrix.node-version }}

0 commit comments

Comments
 (0)