From d6f52ebc44c1ae89ba6f5f42eb55f429f7f5b086 Mon Sep 17 00:00:00 2001 From: Cheng Wang Date: Fri, 4 Oct 2024 11:17:20 +0200 Subject: [PATCH] Remove pnpm version in CI --- .github/workflows/audit.yml | 2 -- .github/workflows/codeql.yml | 2 -- .github/workflows/openapi.yml | 2 -- .github/workflows/publish.yml | 2 -- .github/workflows/test.yml | 2 -- 5 files changed, 10 deletions(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 4b82f25b8..9629419b5 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -20,6 +20,4 @@ jobs: with: node-version: 20 - uses: pnpm/action-setup@v4 - with: - version: 9.4 - run: pnpm audit diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 57121b918..4a3e9839d 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -25,8 +25,6 @@ jobs: node-version: 20 - uses: pnpm/action-setup@v4 - with: - version: 9.4 - name: Initialize CodeQL uses: github/codeql-action/init@v2 diff --git a/.github/workflows/openapi.yml b/.github/workflows/openapi.yml index e95083bc1..a110cb6ff 100644 --- a/.github/workflows/openapi.yml +++ b/.github/workflows/openapi.yml @@ -16,8 +16,6 @@ jobs: with: node-version: 20 - uses: pnpm/action-setup@v4 - with: - version: 9.4 - run: cd packages/web3 && pnpm i # Wait for this issue to be resolved: https://github.com/acacode/swagger-typescript-api/issues/370 - run: npm run update-schemas && test -z "$(git status --porcelain)" diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 57d926b37..7d75c80ed 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -46,8 +46,6 @@ jobs: node-version: 20 registry-url: 'https://registry.npmjs.org' - uses: pnpm/action-setup@v4 - with: - version: 9.4 - run: pnpm install - run: git status - name: Publish to npm diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index eaaa786c3..0b3a31eac 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,8 +20,6 @@ jobs: with: node-version: ${{ matrix.node-version }} - uses: pnpm/action-setup@v4 - with: - version: 9.4 - run: | pushd docker docker compose up -d