Skip to content

Commit 256f7f2

Browse files
authored
test(deps): update examples to pnpm 9 (#1169)
1 parent 30fcfcc commit 256f7f2

File tree

5 files changed

+1962
-1543
lines changed

5 files changed

+1962
-1543
lines changed

.github/workflows/example-basic-pnpm.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v4
1616

1717
- name: Install pnpm
18-
run: npm install -g pnpm@8
18+
run: npm install -g pnpm@9
1919

2020
- name: Get pnpm store directory
2121
shell: bash
@@ -50,7 +50,7 @@ jobs:
5050
uses: actions/checkout@v4
5151

5252
- name: Install pnpm
53-
run: npm install -g pnpm@8
53+
run: npm install -g pnpm@9
5454

5555
- name: Get pnpm store directory
5656
shell: bash
@@ -78,7 +78,7 @@ jobs:
7878
uses: actions/checkout@v4
7979

8080
- name: Install pnpm
81-
run: npm install -g pnpm@8
81+
run: npm install -g pnpm@9
8282

8383
- name: Get pnpm store directory
8484
shell: bash
@@ -106,7 +106,7 @@ jobs:
106106
uses: actions/checkout@v4
107107

108108
- name: Install pnpm
109-
run: npm install -g pnpm@8
109+
run: npm install -g pnpm@9
110110

111111
- name: Get pnpm store directory
112112
shell: bash
@@ -137,7 +137,7 @@ jobs:
137137
uses: actions/checkout@v4
138138

139139
- name: Install pnpm
140-
run: npm install -g pnpm@8
140+
run: npm install -g pnpm@9
141141

142142
- name: Get pnpm store directory
143143
shell: bash

.github/workflows/example-start-and-pnpm-workspaces.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
# pnpm is not installed by default on GitHub runners
2727
- name: Install pnpm
28-
run: npm install -g pnpm@8
28+
run: npm install -g pnpm@9
2929

3030
# locate the pnpm store directory where pnpm dependencies are installed
3131
- name: Get pnpm store directory
@@ -93,7 +93,7 @@ jobs:
9393
uses: actions/checkout@v4
9494

9595
- name: Install pnpm
96-
run: npm install -g pnpm@8
96+
run: npm install -g pnpm@9
9797

9898
- name: Get pnpm store directory
9999
shell: bash

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1117,7 +1117,7 @@ jobs:
11171117
- name: Checkout
11181118
uses: actions/checkout@v4
11191119
- name: Install pnpm
1120-
run: npm install -g pnpm@8
1120+
run: npm install -g pnpm@9
11211121
- name: Get pnpm store directory
11221122
shell: bash
11231123
run: |

0 commit comments

Comments
 (0)