We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2b943b commit df20ddcCopy full SHA for df20ddc
.github/workflows/sls.yml
@@ -29,8 +29,8 @@ jobs:
29
with:
30
python-version: '3.9'
31
32
- - name: Install Serverless Framework globally
33
- run: npm install -g serverless
+ - name: Install Serverless Framework v3.38.0 globally
+ run: npm install -g serverless@3.38.0
34
35
- name: Install serverless-python-requirements globally
36
run: serverless plugin install --name serverless-python-requirements
0 commit comments