We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0400b45 commit 76d602fCopy full SHA for 76d602f
.github/workflows/ci.yml
@@ -46,12 +46,17 @@ jobs:
46
steps:
47
- name: Checkout
48
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
53
- name: Setup Node.js
54
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
55
with:
56
node-version: lts/*
57
+ cache: pnpm
58
- name: Release Check
59
env:
60
GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
- run: npx semantic-release
61
+ run: pnpx semantic-release
62
0 commit comments