Skip to content

Commit

Permalink
Merge pull request #582 from rwjblue/explicit-engines
Browse files Browse the repository at this point in the history
Explicitly declare Node version support: 10, 12, 14+.
  • Loading branch information
ef4 authored Oct 21, 2020
2 parents cf11940 + ad94583 commit f090260
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 1 deletion.
3 changes: 3 additions & 0 deletions packages/compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@
"peerDependencies": {
"@embroider/core": "0.27.0"
},
"engines": {
"node": "10.* || 12.* || >= 14"
},
"volta": {
"extends": "../../package.json"
}
Expand Down
3 changes: 3 additions & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@
"tmp": "^0.1.0",
"typescript": "~4.0.0"
},
"engines": {
"node": "10.* || 12.* || >= 14"
},
"volta": {
"extends": "../../package.json"
}
Expand Down
3 changes: 3 additions & 0 deletions packages/macros/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@
"@types/resolve": "^0.0.8",
"typescript": "~4.0.0"
},
"engines": {
"node": "10.* || 12.* || >= 14"
},
"ember-addon": {
"main": "src/ember-addon-main.js"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
}
},
"engines": {
"node": "8.* || >= 10.*"
"node": "10.* || 12.* || >= 14"
},
"ember-addon": {
"configPath": "tests/dummy/config"
Expand Down
3 changes: 3 additions & 0 deletions packages/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@
"peerDependencies": {
"@embroider/core": "0.27.0"
},
"engines": {
"node": "10.* || 12.* || >= 14"
},
"volta": {
"extends": "../../package.json"
}
Expand Down

0 comments on commit f090260

Please sign in to comment.