Skip to content

Commit 5b85912

Browse files
committed
do not fail on @ember/string deprecation in Ember 4.12
1 parent c8f44f9 commit 5b85912

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/ember-try.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ module.exports = async function () {
4343
bootstrap: bootstrapVersion,
4444
},
4545
},
46+
env: {
47+
FAIL_ON_DEPRECATION: false,
48+
},
4649
},
4750
{
4851
name: 'ember-release',

0 commit comments

Comments
 (0)