File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 96
96
if : ${{ github.event.inputs.installGlobally == 'true' }}
97
97
run : |
98
98
npm i lambda-live-debugger -g
99
- npm i serverless -g
99
+ npm i serverless@3.38.0 -g
100
100
working-directory : test
101
101
- name : Install lambda-live-debugger locally
102
102
if : ${{ github.event.inputs.installGlobally != 'true' }}
@@ -152,7 +152,7 @@ jobs:
152
152
if : ${{ github.event.inputs.installGlobally == 'true' }}
153
153
run : |
154
154
npm i lambda-live-debugger -g
155
- npm i serverless -g
155
+ npm i serverless@3.38.0 -g
156
156
working-directory : test
157
157
- name : Install lambda-live-debugger locally
158
158
if : ${{ github.event.inputs.installGlobally != 'true' }}
@@ -208,7 +208,7 @@ jobs:
208
208
if : ${{ github.event.inputs.installGlobally == 'true' }}
209
209
run : |
210
210
npm i lambda-live-debugger -g
211
- npm i serverless -g
211
+ npm i serverless@3.38.0 -g
212
212
working-directory : test
213
213
- name : Install lambda-live-debugger locally
214
214
if : ${{ github.event.inputs.installGlobally != 'true' }}
@@ -268,7 +268,7 @@ jobs:
268
268
if : ${{ github.event.inputs.installGlobally == 'true' }}
269
269
run : |
270
270
npm i lambda-live-debugger -g
271
- npm i serverless -g
271
+ npm i serverless@3.38.0 -g
272
272
working-directory : test
273
273
- name : Install lambda-live-debugger locally
274
274
if : ${{ github.event.inputs.installGlobally != 'true' }}
You can’t perform that action at this time.
0 commit comments