Skip to content

Commit ef13ca9

Browse files
committed
ci: forgot to setup pnpm
1 parent e95da47 commit ef13ca9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
submodules: 'recursive'
3030
- uses: pnpm/action-setup@v3
3131
with:
32-
version: 8
32+
version: 9
3333
- uses: actions/setup-node@v4
3434
with:
3535
node-version: ${{ matrix.node-version }}

.github/workflows/publish.yml

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
id-token: write
1616
steps:
1717
- uses: actions/checkout@v4
18+
- uses: pnpm/action-setup@v3
19+
with:
20+
version: 9
1821
- uses: actions/setup-node@v4
1922
with:
2023
node-version: 'lts/*'

0 commit comments

Comments
 (0)