Skip to content

Commit 76d602f

Browse files
committed
ci: use pnpm
1 parent 0400b45 commit 76d602f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,17 @@ jobs:
4646
steps:
4747
- name: Checkout
4848
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
49+
- name: Setup pnpm
50+
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
51+
with:
52+
version: latest
4953
- name: Setup Node.js
5054
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
5155
with:
5256
node-version: lts/*
57+
cache: pnpm
5358
- name: Release Check
5459
env:
5560
GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
56-
run: npx semantic-release
61+
run: pnpx semantic-release
5762

0 commit comments

Comments
 (0)