Skip to content

Commit d6f52eb

Browse files
committed
Remove pnpm version in CI
1 parent 69d7904 commit d6f52eb

File tree

5 files changed

+0
-10
lines changed

5 files changed

+0
-10
lines changed

.github/workflows/audit.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,4 @@ jobs:
2020
with:
2121
node-version: 20
2222
- uses: pnpm/action-setup@v4
23-
with:
24-
version: 9.4
2523
- run: pnpm audit

.github/workflows/codeql.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ jobs:
2525
node-version: 20
2626

2727
- uses: pnpm/action-setup@v4
28-
with:
29-
version: 9.4
3028

3129
- name: Initialize CodeQL
3230
uses: github/codeql-action/init@v2

.github/workflows/openapi.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
with:
1717
node-version: 20
1818
- uses: pnpm/action-setup@v4
19-
with:
20-
version: 9.4
2119
- run: cd packages/web3 && pnpm i
2220
# Wait for this issue to be resolved: https://github.com/acacode/swagger-typescript-api/issues/370
2321
- run: npm run update-schemas && test -z "$(git status --porcelain)"

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ jobs:
4646
node-version: 20
4747
registry-url: 'https://registry.npmjs.org'
4848
- uses: pnpm/action-setup@v4
49-
with:
50-
version: 9.4
5149
- run: pnpm install
5250
- run: git status
5351
- name: Publish to npm

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ jobs:
2020
with:
2121
node-version: ${{ matrix.node-version }}
2222
- uses: pnpm/action-setup@v4
23-
with:
24-
version: 9.4
2523
- run: |
2624
pushd docker
2725
docker compose up -d

0 commit comments

Comments
 (0)