We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1085a03 commit 73ac34eCopy full SHA for 73ac34e
.circleci/config.yml
@@ -19,7 +19,7 @@ jobs:
19
- run:
20
name: Install Serverless CLI and dependencies
21
command: |
22
- sudo npm i -g serverless
+ sudo npm i -g serverless@2.71.0
23
pip install -r requirements.txt -t .
24
25
deploy-staging:
@@ -32,7 +32,7 @@ jobs:
32
33
34
35
36
37
38
name: Deploy application to staging
@@ -58,7 +58,7 @@ jobs:
58
59
60
61
62
63
64
0 commit comments