Skip to content

Commit b1315b0

Browse files
authored
Merge pull request #113 from ember-cli-deploy/update-ecd-s3
Update ember-cli-deploy-s3 to v5
2 parents da52b5b + 02ebd93 commit b1315b0

File tree

2 files changed

+1323
-364
lines changed

2 files changed

+1323
-364
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"repository": "https://github.com/ember-cli-deploy/ember-cli-deploy-lightning-pack",
99
"engines": {
10-
"node": "14.x || 16.x || 18.x || >= 20"
10+
"node": "18.x || >= 20"
1111
},
1212
"author": "Luke Melia and ember-cli-deploy team",
1313
"license": "MIT",
@@ -29,7 +29,7 @@
2929
"ember-cli-deploy-manifest": "^3.0.0",
3030
"ember-cli-deploy-redis": "^4.0.0",
3131
"ember-cli-deploy-revision-data": "^3.0.0",
32-
"ember-cli-deploy-s3": "^4.0.0"
32+
"ember-cli-deploy-s3": "^5.0.0"
3333
},
3434
"ember-addon": {
3535
"defaultBlueprint": "lightning-deploy-config"
@@ -56,7 +56,7 @@
5656
}
5757
},
5858
"volta": {
59-
"node": "14.21.3",
59+
"node": "18.20.8",
6060
"yarn": "1.22.17"
6161
}
6262
}

0 commit comments

Comments
 (0)