File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -404,11 +404,8 @@ jobs:
404
404
- name : Set up Node
405
405
uses : actions/setup-node@v3
406
406
with :
407
- # The only danger with Ember in terms of Node versions is that the build tool, ember-cli, won't work if Node
408
- # is too old. Since Oct 2019, Node 10 has been the oldest version supported by ember-cli, so test against
409
- # that. If it passes, newer versions of Node should also be fine. This saves us from having to run the Ember
410
- # tests in our Node matrix above.
411
- node-version : ' 10'
407
+ # We support node 14+. If that works, we can safely assume that newer versions will also work.
408
+ node-version : ' 14'
412
409
- name : Check dependency cache
413
410
uses : actions/cache@v3
414
411
with :
Original file line number Diff line number Diff line change @@ -172,7 +172,8 @@ ENV['@sentry/ember'] = {
172
172
173
173
### Supported Versions
174
174
175
- ` @sentry/ember ` currently supports Ember ** 4.0+** for error monitoring.
175
+ * ** Ember.js** : v4.0 or above
176
+ * ** Node** : v14 or above
176
177
177
178
### Previous Integration
178
179
You can’t perform that action at this time.
0 commit comments