Skip to content

Commit

Permalink
Use pnpm in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dit7ya committed May 4, 2023
1 parent 5a7f67b commit 98c536c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npm test
- run: pnpm i
- run: pnpm test

publish-gpr:
needs: build
Expand All @@ -30,7 +30,7 @@ jobs:
with:
node-version: 18
registry-url: https://npm.pkg.github.com/
- run: npm ci
- run: npm publish
- run: pnpm i
- run: pnpm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 98c536c

Please sign in to comment.