Skip to content

Commit 3d3906f

Browse files
committed
ci: update publish.yml
1 parent aadf78b commit 3d3906f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ jobs:
1313
fetch-depth: 0
1414
- uses: actions/setup-node@v2
1515
with:
16-
node-version: 14
17-
- run: yarn install
16+
node-version: 12
17+
- run: npm i -g pnpm
18+
- run: pnpm i
1819
- run: npx semantic-release --branches main
1920
env:
2021
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)