Skip to content

Commit 7352174

Browse files
authoredAug 15, 2024··
fix(Workflow): Update pnpm version 9 in workflow
1 parent 5f70dda commit 7352174

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.github/workflows/checks.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- uses: pnpm/action-setup@v2
1616
with:
17-
version: 7
17+
version: 9
1818

1919
- uses: actions/setup-node@v2
2020
with:
@@ -35,14 +35,14 @@ jobs:
3535

3636
- uses: pnpm/action-setup@v2
3737
with:
38-
version: 7
38+
version: 9
3939

4040
- uses: actions/setup-node@v2
4141
with:
4242
node-version: ${{ matrix.node-version }}
4343
cache: 'pnpm'
4444

45-
- run: pnpm install --frozen-lockfile
45+
- run: pnpm install --frozen-lockfile --reporter=ndjson
4646

4747
- run: pnpm build && pnpm export
4848
env:

0 commit comments

Comments
 (0)
Please sign in to comment.