Skip to content

Commit

Permalink
Merge pull request #390 from ember-learn/add-correct-node-target
Browse files Browse the repository at this point in the history
Add node: current to targets for dummy app
  • Loading branch information
mansona authored Apr 16, 2021
2 parents b830c1c + 07f86ec commit d554483
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 16 deletions.
30 changes: 15 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"ember-qunit": "^5.1.2",
"ember-resolver": "^8.0.2",
"ember-sinon": "^2.2.0",
"ember-source": "~3.25.1",
"ember-source": "~3.25.4",
"ember-source-channel-url": "^3.0.0",
"ember-template-lint": "^2.18.1",
"ember-try": "^1.4.0",
Expand Down
1 change: 1 addition & 0 deletions tests/dummy/config/targets.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ if (isCI || isProduction) {

module.exports = {
browsers,
node: 'current',
};

0 comments on commit d554483

Please sign in to comment.