Skip to content

Commit 7181de0

Browse files
committed
Remove explicit pnpm version from GitHub Actions workflows
1 parent 6eb2a49 commit 7181de0

File tree

4 files changed

+0
-10
lines changed

4 files changed

+0
-10
lines changed

.github/workflows/algolia-index.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515
node-version-file: 'package.json'
1616

1717
- uses: pnpm/action-setup@v4
18-
with:
19-
version: 9
2018

2119
- uses: dorny/paths-filter@v3
2220
id: filter

.github/workflows/lint-404s.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
node-version-file: 'package.json'
1818

1919
- uses: pnpm/action-setup@v4
20-
with:
21-
version: 9
2220

2321
- uses: dorny/paths-filter@v3
2422
id: filter

.github/workflows/sync-labels.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ jobs:
2929
node-version-file: 'package.json'
3030

3131
- uses: pnpm/action-setup@v4
32-
with:
33-
version: 9
3432
- run: pnpm add -g [email protected]
3533

3634
- name: Run github-label-sync

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ jobs:
3333
key: node-${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
3434

3535
- uses: pnpm/action-setup@v4
36-
with:
37-
version: 9
3836
- run: pnpm install --frozen-lockfile
3937
if: steps.cache.outputs.cache-hit != 'true'
4038

@@ -76,8 +74,6 @@ jobs:
7674
path: ${{ github.workspace }}/node_modules
7775
key: node-${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
7876
- uses: pnpm/action-setup@v4
79-
with:
80-
version: 9
8177
- run: pnpm install --frozen-lockfile
8278
if: steps.cache.outputs.cache-hit != 'true'
8379
- name: Run Tests

0 commit comments

Comments
 (0)