Skip to content

Commit

Permalink
fix: pnpm action
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelugolini committed Aug 18, 2023
1 parent e7858a4 commit 8eecbf3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dangerjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
- name: Use Node.js 18x
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 8eecbf3

Please sign in to comment.