Skip to content

Commit

Permalink
lib: skip "ember-cli" on Node.js >= 21
Browse files Browse the repository at this point in the history
Ref: #1033
  • Loading branch information
RafaelGSS committed Dec 12, 2023
1 parent 845febd commit 3faa1bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/lookup.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@
"ember-cli": {
"envVar": { "YARN_IGNORE_ENGINES": "true" },
"prefix": "v",
"skip": [">=21"],
"flaky": ["win32", "rhel", "sles"],
"head": true,
"expectFail": "fips",
Expand Down

0 comments on commit 3faa1bc

Please sign in to comment.