From 5e0118ca0b1b03d32540050d8b2880b08e7273a8 Mon Sep 17 00:00:00 2001 From: Michael Duong Date: Tue, 28 May 2024 16:55:47 +0100 Subject: [PATCH] change deployment - pineed serverless pajkage --- .github/workflows/Deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: |