Commit 9971bb7 1 parent cdad054 commit 9971bb7 Copy full SHA for 9971bb7
File tree 4 files changed +5
-0
lines changed
4 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 16
16
- uses : actions/setup-node@v4
17
17
with :
18
18
node-version : 20.14.0
19
+ - run : npm install --global corepack
19
20
- run : corepack enable
20
21
- run : pnpm --version
21
22
- uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 83
83
- uses : actions/setup-node@v4
84
84
with :
85
85
node-version : 20.14.0
86
+ - run : npm install --global corepack
86
87
- run : corepack enable
87
88
- run : pnpm --version
88
89
- run : pnpm i --frozen-lockfile
@@ -132,6 +133,7 @@ jobs:
132
133
- uses : actions/setup-node@v4
133
134
with :
134
135
node-version : 20.14.0
136
+ - run : npm install --global corepack
135
137
- run : corepack enable
136
138
- run : pnpm --version
137
139
- run : pnpm i --frozen-lockfile
Original file line number Diff line number Diff line change 62
62
node-version : 20.14.0
63
63
id : setup-node
64
64
65
+ - run : npm install --global corepack
65
66
- run : corepack enable
66
67
- run : pnpm --version
67
68
- run : pnpm i --frozen-lockfile
Original file line number Diff line number Diff line change 65
65
node-version : 20.14.0
66
66
id : setup-node
67
67
68
+ - run : npm install --global corepack
68
69
- run : corepack enable
69
70
- run : pnpm --version
70
71
- run : pnpm i --frozen-lockfile
You can’t perform that action at this time.
0 commit comments