Skip to content

Commit

Permalink
chore: update CI to use pnpm (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalbalaji authored Nov 14, 2023
1 parent aab3bb0 commit 1dbf0b1
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,16 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
node-version: 18
- run: yarn
- run: yarn build
version: 6.32.9
- uses: actions/action-setup@v4
with:
node-version: '18'
cache: 'pnpm'
- run: pnpm install
- run: pnpm run build
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}

0 comments on commit 1dbf0b1

Please sign in to comment.