Skip to content

Commit 52176fe

Browse files
fix: CICD
1 parent 5dba635 commit 52176fe

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.github/workflows/common-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,8 @@ jobs:
276276
registry-url: 'https://registry.npmjs.org'
277277
- name: Install dependencies
278278
run: npm ci
279+
- name: Uninstall serverless
280+
run: npm uninstall serverless
279281
- name: Download build artifact
280282
uses: actions/download-artifact@v4
281283
if: ${{ inputs.mode == 'build' }}

package-lock.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@
9191
"prettier": "^3.3.3",
9292
"semantic-release": "^23.0.8",
9393
"serverless": "^3.38.0",
94+
"osls": "^3.41.0",
9495
"serverless-esbuild": "^1.52.1",
9596
"tsx": "^4.7.1",
9697
"typescript-eslint": "^8.0.0",
@@ -148,4 +149,4 @@
148149
"test/sam-alt",
149150
"test/terraform-basic"
150151
]
151-
}
152+
}

0 commit comments

Comments
 (0)