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.
1 parent da52b5b commit 02ebd93Copy full SHA for 02ebd93
package.json
@@ -7,7 +7,7 @@
7
},
8
"repository": "https://github.com/ember-cli-deploy/ember-cli-deploy-lightning-pack",
9
"engines": {
10
- "node": "14.x || 16.x || 18.x || >= 20"
+ "node": "18.x || >= 20"
11
12
"author": "Luke Melia and ember-cli-deploy team",
13
"license": "MIT",
@@ -29,7 +29,7 @@
29
"ember-cli-deploy-manifest": "^3.0.0",
30
"ember-cli-deploy-redis": "^4.0.0",
31
"ember-cli-deploy-revision-data": "^3.0.0",
32
- "ember-cli-deploy-s3": "^4.0.0"
+ "ember-cli-deploy-s3": "^5.0.0"
33
34
"ember-addon": {
35
"defaultBlueprint": "lightning-deploy-config"
@@ -56,7 +56,7 @@
56
}
57
58
"volta": {
59
- "node": "14.21.3",
+ "node": "18.20.8",
60
"yarn": "1.22.17"
61
62
0 commit comments