Skip to content

Commit

Permalink
fix: pnpm lockfile break
Browse files Browse the repository at this point in the history
  • Loading branch information
maythiwat authored Jul 25, 2023
1 parent 1a2e5de commit 15ee443
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 7
version: 8
- uses: actions/setup-node@v3
with:
node-version: 18
Expand All @@ -21,4 +21,4 @@ jobs:
- run: pnpm build
- run: pnpm publish --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 15ee443

Please sign in to comment.