We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4297860 commit 575c261Copy full SHA for 575c261
.github/workflows/deploy.yml
@@ -41,11 +41,6 @@ jobs:
41
- name: Install only production dependencies
42
run: npm ci --only=production
43
44
- - name: Install Serverless Framework
45
- run: |
46
- npm install -g serverless@3.40.0
47
- serverless --version # Debugging: Check installed version
48
-
49
- name: Installing the prune Plugin
50
run: npm install serverless-prune-plugin
51
0 commit comments