Skip to content

Commit

Permalink
chore: Update serverless npm dependency to version 3.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ServerlessLife committed Jul 24, 2024
1 parent 147cc43 commit 61247d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-with-real-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
if: ${{ github.event.inputs.installGlobally == 'true' }}
run: |
npm i lambda-live-debugger -g
npm i serverless -g
npm i serverless@3.38.0 -g
working-directory: test
- name: Install lambda-live-debugger locally
if: ${{ github.event.inputs.installGlobally != 'true' }}
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
if: ${{ github.event.inputs.installGlobally == 'true' }}
run: |
npm i lambda-live-debugger -g
npm i serverless -g
npm i serverless@3.38.0 -g
working-directory: test
- name: Install lambda-live-debugger locally
if: ${{ github.event.inputs.installGlobally != 'true' }}
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
if: ${{ github.event.inputs.installGlobally == 'true' }}
run: |
npm i lambda-live-debugger -g
npm i serverless -g
npm i serverless@3.38.0 -g
working-directory: test
- name: Install lambda-live-debugger locally
if: ${{ github.event.inputs.installGlobally != 'true' }}
Expand Down Expand Up @@ -268,7 +268,7 @@ jobs:
if: ${{ github.event.inputs.installGlobally == 'true' }}
run: |
npm i lambda-live-debugger -g
npm i serverless -g
npm i serverless@3.38.0 -g
working-directory: test
- name: Install lambda-live-debugger locally
if: ${{ github.event.inputs.installGlobally != 'true' }}
Expand Down

0 comments on commit 61247d4

Please sign in to comment.