Skip to content

Commit

Permalink
ci: set NodeJS version to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
MrChocolatine authored and GreatWizard committed Jul 24, 2020
1 parent 1a2526d commit d01acf9
Showing 1 changed file with 1 addition and 1 deletion.
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
- "8"
- "10"

sudo: false
dist: trusty
Expand Down

0 comments on commit d01acf9

Please sign in to comment.