Skip to content

Commit 48abdc8

Browse files
Update main.yml
1 parent 256548b commit 48abdc8

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
steps:
1313
- name: Checkout repository
1414
uses: actions/checkout@v2
15-
16-
- name: Set up Node.js
17-
uses: actions/setup-node@v3
18-
with:
19-
python-version: 3.13.1
20-
15+
16+
- name: Install Serverless Framework
17+
run: |
18+
npm install -g [email protected]
19+
serverless --version # Debugging: Check installed version
20+
2121
- name: Install Serverless Plugins
2222
run: |
2323
sls plugin install -n serverless-wsgi
@@ -36,11 +36,6 @@ jobs:
3636
- name: Install only production dependencies
3737
run: npm ci --only=production # Only production dependencies are deployed
3838

39-
- name: Install Serverless Framework
40-
run: |
41-
npm install -g [email protected]
42-
serverless --version # Debugging: Check installed version
43-
4439
- name: Installing the prune Plugin
4540
run: npm install serverless-prune-plugin
4641

0 commit comments

Comments
 (0)