Skip to content

Commit

Permalink
fix: pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelugolini committed Aug 18, 2023
1 parent cab2457 commit e7858a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dangerjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn danger ci
cache: 'pnpm'
- run: pnpm install --frozen-lockfile
- run: pnpm danger ci
env:
DANGER_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit e7858a4

Please sign in to comment.