diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 24a8170..f89744a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,9 +13,9 @@ jobs: with: node-version: '20.x' - name: Install deps - run: npm install -g npm@7 && npm ci + run: npm install -g npm@10 && npm ci - name: Install CDK - run: npm install -g aws-cdk@2.32.1 + run: npm install -g aws-cdk@2.144.0 - name: Build Project run: npm run build - name: Build CDK Templates