From 7bba3209fa975827c841aeab8fa20b4837ca64b1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 7 May 2024 21:13:00 +0200 Subject: [PATCH] build(ci): rely on packageManager field to setup pnpm MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 13342448..56ed5215 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: @@ -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: -- 2.34.1