Closed trivikr closed 1 year ago
The tests are currently run in Node.js 12.x https://github.com/mswjs/examples/blob/71a76d223296162f3af9bbb9d281a32421d00fc7/.circleci/config.yml#L5
The Node.js 12.x was EoL on 2022-04-30: https://github.com/nodejs/Release#end-of-life-releases
Run tests on minimum supported version of Node.js, which is 16.x as of May'22.
N/A
Is your feature request related to a problem? Please describe.
The tests are currently run in Node.js 12.x https://github.com/mswjs/examples/blob/71a76d223296162f3af9bbb9d281a32421d00fc7/.circleci/config.yml#L5
The Node.js 12.x was EoL on 2022-04-30: https://github.com/nodejs/Release#end-of-life-releases
Describe the solution you'd like
Run tests on minimum supported version of Node.js, which is 16.x as of May'22.
Describe alternatives you've considered
N/A