diff --git a/.github/workflows/Deploy.yml b/.github/workflows/Deploy.yml index 6e34d36..265a324 100644 --- a/.github/workflows/Deploy.yml +++ b/.github/workflows/Deploy.yml @@ -19,8 +19,8 @@ jobs: - name: Install Serverless and plugins run: | - npm install -g serverless - npm install -g serverless-domain-manager + npm install -g serverless@^3.38.0 + npm install -g serverless-domain-manager@^7.3.8 - name: Install DVC run: |