Commit 256f7f2 1 parent 30fcfcc commit 256f7f2 Copy full SHA for 256f7f2
File tree 5 files changed +1962
-1543
lines changed
start-and-pnpm-workspaces
5 files changed +1962
-1543
lines changed Original file line number Diff line number Diff line change 15
15
uses : actions/checkout@v4
16
16
17
17
- name : Install pnpm
18
- run : npm install -g pnpm@8
18
+ run : npm install -g pnpm@9
19
19
20
20
- name : Get pnpm store directory
21
21
shell : bash
50
50
uses : actions/checkout@v4
51
51
52
52
- name : Install pnpm
53
- run : npm install -g pnpm@8
53
+ run : npm install -g pnpm@9
54
54
55
55
- name : Get pnpm store directory
56
56
shell : bash
78
78
uses : actions/checkout@v4
79
79
80
80
- name : Install pnpm
81
- run : npm install -g pnpm@8
81
+ run : npm install -g pnpm@9
82
82
83
83
- name : Get pnpm store directory
84
84
shell : bash
@@ -106,7 +106,7 @@ jobs:
106
106
uses : actions/checkout@v4
107
107
108
108
- name : Install pnpm
109
- run : npm install -g pnpm@8
109
+ run : npm install -g pnpm@9
110
110
111
111
- name : Get pnpm store directory
112
112
shell : bash
@@ -137,7 +137,7 @@ jobs:
137
137
uses : actions/checkout@v4
138
138
139
139
- name : Install pnpm
140
- run : npm install -g pnpm@8
140
+ run : npm install -g pnpm@9
141
141
142
142
- name : Get pnpm store directory
143
143
shell : bash
Original file line number Diff line number Diff line change 25
25
26
26
# pnpm is not installed by default on GitHub runners
27
27
- name : Install pnpm
28
- run : npm install -g pnpm@8
28
+ run : npm install -g pnpm@9
29
29
30
30
# locate the pnpm store directory where pnpm dependencies are installed
31
31
- name : Get pnpm store directory
93
93
uses : actions/checkout@v4
94
94
95
95
- name : Install pnpm
96
- run : npm install -g pnpm@8
96
+ run : npm install -g pnpm@9
97
97
98
98
- name : Get pnpm store directory
99
99
shell : bash
Original file line number Diff line number Diff line change @@ -1117,7 +1117,7 @@ jobs:
1117
1117
- name: Checkout
1118
1118
uses: actions/checkout@v4
1119
1119
- name: Install pnpm
1120
- run: npm install -g pnpm@8
1120
+ run: npm install -g pnpm@9
1121
1121
- name: Get pnpm store directory
1122
1122
shell: bash
1123
1123
run: |
You can’t perform that action at this time.
0 commit comments