Skip to content

Commit 31ba604

Browse files
committed
Bump pnpm version in pipelines
1 parent e13a07c commit 31ba604

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install pnpm
1919
uses: pnpm/action-setup@v2
2020
with:
21-
version: 7
21+
version: 8.6.5
2222

2323
- name: Use Node ${{ matrix.node-version }}
2424
uses: actions/setup-node@v3

.github/workflows/e2e-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install pnpm
1515
uses: pnpm/action-setup@v2
1616
with:
17-
version: 7
17+
version: 8.6.5
1818

1919
- name: Use Node ${{ matrix.node-version }}
2020
uses: actions/setup-node@v3

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install pnpm
1515
uses: pnpm/action-setup@v2
1616
with:
17-
version: 7
17+
version: 8.6.5
1818

1919
- name: Use Node ${{ matrix.node-version }}
2020
uses: actions/setup-node@v3

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install pnpm
1515
uses: pnpm/action-setup@v2
1616
with:
17-
version: 7
17+
version: 8.6.5
1818

1919
- name: Use Node ${{ matrix.node-version }}
2020
uses: actions/setup-node@v3

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install pnpm
2323
uses: pnpm/action-setup@v2
2424
with:
25-
version: 7
25+
version: 8.6.5
2626

2727
- name: Use Node ${{ matrix.node-version }}
2828
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)