Skip to content

Commit 73ac34e

Browse files
authored
pin sls version (#11)
1 parent 1085a03 commit 73ac34e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- run:
2020
name: Install Serverless CLI and dependencies
2121
command: |
22-
sudo npm i -g serverless
22+
sudo npm i -g serverless@2.71.0
2323
pip install -r requirements.txt -t .
2424
2525
deploy-staging:
@@ -32,7 +32,7 @@ jobs:
3232
- run:
3333
name: Install Serverless CLI and dependencies
3434
command: |
35-
sudo npm i -g serverless
35+
sudo npm i -g serverless@2.71.0
3636
pip install -r requirements.txt -t .
3737
- run:
3838
name: Deploy application to staging
@@ -58,7 +58,7 @@ jobs:
5858
- run:
5959
name: Install Serverless CLI and dependencies
6060
command: |
61-
sudo npm i -g serverless
61+
sudo npm i -g serverless@2.71.0
6262
pip install -r requirements.txt -t .
6363
6464
- run:

0 commit comments

Comments
 (0)