Skip to content

Commit

Permalink
Update node version requirements
Browse files Browse the repository at this point in the history
- Add volta config
- Set missing version in package.json
  • Loading branch information
lukemelia committed May 31, 2022
1 parent b2ab65f commit a088795
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ember-radio-button",
"version": "0.0.0",
"description": "The default blueprint for ember-cli addons.",
"version": "2.0.0",
"description": "This addon provides a RadioButton component",
"keywords": [
"ember-addon"
],
Expand Down Expand Up @@ -67,12 +67,16 @@
"qunit-dom": "^1.6.0"
},
"engines": {
"node": "10.* || >= 12"
"node": "14.* || >= 16"
},
"ember": {
"edition": "octane"
},
"ember-addon": {
"configPath": "tests/dummy/config"
},
"volta": {
"node": "14.19.3",
"yarn": "1.22.18"
}
}

0 comments on commit a088795

Please sign in to comment.