Skip to content

Commit df20ddc

Browse files
committed
sls
1 parent b2b943b commit df20ddc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sls.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
with:
3030
python-version: '3.9'
3131

32-
- name: Install Serverless Framework globally
33-
run: npm install -g serverless
32+
- name: Install Serverless Framework v3.38.0 globally
33+
run: npm install -g serverless@3.38.0
3434

3535
- name: Install serverless-python-requirements globally
3636
run: serverless plugin install --name serverless-python-requirements

0 commit comments

Comments
 (0)