ember-template-lint
ember-template-lint copied to clipboard
Unblock CI failures with Node 18
Unblocks PRs that are failing in Node 18 due to test timeout (fixes #2599).
STR
- Update volta config to use Node 18.8.0 (same as installed in CI)
- Run the jest tests, observe the test timeout and failure
- Increase the timeout
- Run jest tests again, observe they all pass.