Skip to content

Commit 61247d4

Browse files
chore: Update serverless npm dependency to version 3.38.0
1 parent 147cc43 commit 61247d4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test-with-real-npm.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
if: ${{ github.event.inputs.installGlobally == 'true' }}
9797
run: |
9898
npm i lambda-live-debugger -g
99-
npm i serverless -g
99+
npm i serverless@3.38.0 -g
100100
working-directory: test
101101
- name: Install lambda-live-debugger locally
102102
if: ${{ github.event.inputs.installGlobally != 'true' }}
@@ -152,7 +152,7 @@ jobs:
152152
if: ${{ github.event.inputs.installGlobally == 'true' }}
153153
run: |
154154
npm i lambda-live-debugger -g
155-
npm i serverless -g
155+
npm i serverless@3.38.0 -g
156156
working-directory: test
157157
- name: Install lambda-live-debugger locally
158158
if: ${{ github.event.inputs.installGlobally != 'true' }}
@@ -208,7 +208,7 @@ jobs:
208208
if: ${{ github.event.inputs.installGlobally == 'true' }}
209209
run: |
210210
npm i lambda-live-debugger -g
211-
npm i serverless -g
211+
npm i serverless@3.38.0 -g
212212
working-directory: test
213213
- name: Install lambda-live-debugger locally
214214
if: ${{ github.event.inputs.installGlobally != 'true' }}
@@ -268,7 +268,7 @@ jobs:
268268
if: ${{ github.event.inputs.installGlobally == 'true' }}
269269
run: |
270270
npm i lambda-live-debugger -g
271-
npm i serverless -g
271+
npm i serverless@3.38.0 -g
272272
working-directory: test
273273
- name: Install lambda-live-debugger locally
274274
if: ${{ github.event.inputs.installGlobally != 'true' }}

0 commit comments

Comments
 (0)