From 409971d72f101a59ab34e8c38645c0c10c4b4f20 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 7 May 2024 21:17:24 +0200 Subject: [PATCH] build(ci): rely on package.json 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 | 2 -- .github/workflows/generate-documentation.yml | 2 -- .github/workflows/internal-benchmark.yml | 2 -- .github/workflows/publish-package.yml | 4 ---- 4 files changed, 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index afcfc1f1..3d42b08d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,8 +31,6 @@ jobs: - name: Setup pnpm uses: pnpm/action-setup@v3 - with: - version: 9 - name: Setup Node.js ${{ matrix.node }} uses: actions/setup-node@v4 diff --git a/.github/workflows/generate-documentation.yml b/.github/workflows/generate-documentation.yml index 2bc13936..fa6afed5 100644 --- a/.github/workflows/generate-documentation.yml +++ b/.github/workflows/generate-documentation.yml @@ -13,8 +13,6 @@ jobs: - name: Setup pnpm uses: pnpm/action-setup@v3 - with: - version: 9 - name: Setup Node.js uses: actions/setup-node@v4 diff --git a/.github/workflows/internal-benchmark.yml b/.github/workflows/internal-benchmark.yml index 1e3115f4..5aab6d5a 100644 --- a/.github/workflows/internal-benchmark.yml +++ b/.github/workflows/internal-benchmark.yml @@ -22,8 +22,6 @@ jobs: uses: actions/checkout@v4 - name: Setup pnpm uses: pnpm/action-setup@v3 - with: - version: 9 - name: Setup Node.js uses: actions/setup-node@v4 with: diff --git a/.github/workflows/publish-package.yml b/.github/workflows/publish-package.yml index bc0929ae..56aae944 100644 --- a/.github/workflows/publish-package.yml +++ b/.github/workflows/publish-package.yml @@ -14,8 +14,6 @@ jobs: - name: Setup pnpm uses: pnpm/action-setup@v3 - with: - version: 9 - name: Setup Node.js uses: actions/setup-node@v4 @@ -72,8 +70,6 @@ jobs: - name: Setup pnpm uses: pnpm/action-setup@v3 - with: - version: 9 - name: Setup Node.js uses: actions/setup-node@v4 -- 2.34.1