From df20ddc063b145b3276101118e3391bfcc565392 Mon Sep 17 00:00:00 2001 From: Mostafa Kamal Date: Sun, 26 May 2024 01:40:48 +0600 Subject: [PATCH] sls --- .github/workflows/sls.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sls.yml b/.github/workflows/sls.yml index a06b717..dceadcb 100644 --- a/.github/workflows/sls.yml +++ b/.github/workflows/sls.yml @@ -29,8 +29,8 @@ jobs: with: python-version: '3.9' - - name: Install Serverless Framework globally - run: npm install -g serverless + - name: Install Serverless Framework v3.38.0 globally + run: npm install -g serverless@3.38.0 - name: Install serverless-python-requirements globally run: serverless plugin install --name serverless-python-requirements