Skip to content

Commit 178fa0f

Browse files
committed
fix: updated publish.yml with pnpm fix
1 parent 37d52ea commit 178fa0f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
- uses: actions/checkout@v3
2020
- uses: pnpm/action-setup@v2
2121
with:
22-
version: 7
22+
version: 9.0.5
2323
- uses: actions/setup-node@v3
2424
with:
25-
node-version: 16.x
25+
node-version: 20.9
2626
cache: "pnpm"
2727

2828
- run: pnpm install --frozen-lockfile
@@ -33,4 +33,4 @@ jobs:
3333
publish: pnpm run release
3434
env:
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
36+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)