Skip to content

Commit

Permalink
build(ci): rely on packageManager field to setup pnpm
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
  • Loading branch information
jerome-benoit committed May 7, 2024
1 parent 1dfc15d commit 7bba320
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -43,8 +43,6 @@ jobs:
if: ${{ github.event_name == 'pull_request' && matrix.os == 'ubuntu-latest' && matrix.node == '20.x' }}
uses: actions/dependency-review-action@v4
- uses: pnpm/action-setup@v3
with:
version: 9
- name: Setup node ${{ matrix.node }}
uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -96,8 +94,6 @@ jobs:
if: ${{ github.event_name == 'pull_request' && matrix.os == 'ubuntu-latest' && matrix.node == '20.x' }}
uses: actions/dependency-review-action@v4
- uses: pnpm/action-setup@v3
with:
version: 9
- name: Setup node ${{ matrix.node }}
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 7bba320

Please sign in to comment.