mswjs / examples

Examples of Mock Service Worker usage with various frameworks and libraries.
683 stars 211 forks source link

Run tests in supported version of Node.js #86

Closed trivikr closed 1 year ago

trivikr commented 1 year ago

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