Skip to content

Commit 8146f56

Browse files
committed
perf(serverless) Bump the version of serverless to sls-4
* Updating the core deps BREAKING CHANGE: The nodejs versions are changed to 20, 22, and 24. The sls version is bumped to version 4
1 parent ae8fef8 commit 8146f56

File tree

3 files changed

+3436
-3459
lines changed

3 files changed

+3436
-3459
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
strategy:
1919
matrix:
20-
node-version: [14.x, 16.x, 18.x]
20+
node-version: [20.x, 22.x, 24.x]
2121

2222
steps:
2323
- uses: actions/checkout@v2

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@
4545
"jest": "^26.3.0",
4646
"prettier": "^2.1.2",
4747
"semantic-release": "^19.0.2",
48-
"serverless": "^3.16.0",
48+
"serverless": "^4.17.1",
4949
"ts-jest": "^26.4.3",
5050
"type-coverage": "^2.14.0",
5151
"type-fest": "^2.9.0",
5252
"typescript": "^4.0.5"
5353
},
5454
"peerDependencies": {
55-
"serverless": "3.x"
55+
"serverless": "4.x"
5656
},
5757
"publishConfig": {
5858
"access": "public"

0 commit comments

Comments
 (0)