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.
2 parents c9c86c7 + c1084f3 commit c6caa09Copy full SHA for c6caa09
.circleci/config.yml
@@ -13,7 +13,7 @@ jobs:
13
build:
14
working_directory: ~/package
15
machine:
16
- image: ubuntu-2204:2023.10.1
+ image: ubuntu-2204:2025.09.1
17
steps:
18
- checkout
19
- localstack/startup
Dockerfile
package.json
@@ -45,13 +45,13 @@
45
"jest": "^29.7.0",
46
"lint-staged": "^15.0.2",
47
"randomstring": "^1.3.0",
48
- "semantic-release": "^22.0.7",
+ "semantic-release": "^25.0.2",
49
"ts-jest": "^29.1.1",
50
"ts-node": "^10.9.1",
51
"typescript": "~5.2.0"
52
},
53
"engines": {
54
- "node": ">=18.0.0"
+ "node": ">=22.0.0"
55
56
"dependencies": {
57
"@aws-sdk/client-lambda": "^3.621.0",
0 commit comments