Skip to content

Commit

Permalink
do not fail on @ember/string deprecation in Ember 4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaurav0 committed Nov 8, 2024
1 parent c8f44f9 commit 5b85912
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ module.exports = async function () {
bootstrap: bootstrapVersion,
},
},
env: {
FAIL_ON_DEPRECATION: false,
},
},
{
name: 'ember-release',
Expand Down

0 comments on commit 5b85912

Please sign in to comment.