Skip to content

Commit

Permalink
Moved to latest stable nodejs version (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
malayhm authored Mar 25, 2020
1 parent dc80c33 commit b22003b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"ember-cli-htmlbars": "^3.0.0",
"ember-cli-htmlbars-inline-precompile": "^1.0.3",
"ember-cli-sass": "^8.0.1",
"node-sass": "4.9.0"
"node-sass": "4.12.0"
},
"devDependencies": {
"@ember-decorators/babel-transforms": "^2.1.2",
Expand Down Expand Up @@ -82,7 +82,7 @@
"qunit-dom": "^0.8.0"
},
"engines": {
"node": "6.* || 8.* || >= 10.*"
"node": "6.* || 8.* || >= 12.16.*"
},
"ember-addon": {
"configPath": "tests/dummy/config"
Expand Down

0 comments on commit b22003b

Please sign in to comment.