Skip to content

Commit

Permalink
Merge pull request #333 from yapplabs/use-volta
Browse files Browse the repository at this point in the history
Add volta config
  • Loading branch information
lukemelia authored May 21, 2021
2 parents d046165 + 9406cdc commit 1313322
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: node_js
node_js:
# we recommend testing addons with the same minimum supported node version as Ember CLI
# so that your addon works for all apps
- "10"
- "12"

sudo: required
dist: trusty
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"release-it-lerna-changelog": "^2.3.0"
},
"engines": {
"node": "8.* || >= 10.*"
"node": "12.* || >= 14.*"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand All @@ -93,5 +93,9 @@
"release": true,
"tokenRef": "GITHUB_AUTH"
}
},
"volta": {
"node": "12.22.1",
"yarn": "1.22.10"
}
}

0 comments on commit 1313322

Please sign in to comment.