Commit 1bd76c0
authored
fix(ember): Use updated version for
[Ember E2E tests
fail](https://github.com/getsentry/sentry-javascript/actions/runs/18656635954/job/53191164591)
with `util.isRegExp is not a function`. Apparently, this is a JSDoc/Node
issue that was already resolved last year:
jsdoc/jsdoc#2126
It is happening since the tests run with Node 24.10.0 instead of
22.20.0. The `isRegExp` API was removed from Node, so I updated the
`clean-css` package as it's mentioned in the error stack. However, it
could be that we either need to update `ember-cli` or just downgrade the
node version for this test.clean-css (#17979)1 parent 063ad99 commit 1bd76c0
File tree
1 file changed
+2
-1
lines changed- dev-packages/e2e-tests/test-applications/ember-classic
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
| 79 | + | |
79 | 80 | | |
80 | 81 | | |
81 | 82 | | |
| |||
0 commit comments