ember-template-lint icon indicating copy to clipboard operation
ember-template-lint copied to clipboard

Unblock CI failures with Node 18

Open nlfurniss opened this issue 2 years ago • 0 comments

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.

nlfurniss avatar Aug 30 '22 21:08 nlfurniss