Skip to content

Commit

Permalink
fix(cd): remove pnpm action
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmanchhabra authored Jun 17, 2022
1 parent b1626c6 commit 330e61c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.0.2
- uses: pnpm/action-setup@v2.2.2

- uses: actions/setup-node@v3.1.1
with:
node-version: '16'
Expand All @@ -19,4 +17,4 @@ jobs:
- run: npm run build
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
token: ${{ secrets.NPM_TOKEN }}

0 comments on commit 330e61c

Please sign in to comment.