meza / jest-chance

Helper for reproducible random tests with Jest, Vitest and ChanceJS
https://hackernoon.com/reproducible-random-tests-with-jest-and-chancejs-1a35edce0805?source=friends_link&sk=940818c8a165dfa3a0fb2e031548ed3b
MIT License
12 stars 1 forks source link

Don't require node 19 if possible #194

Closed mgiorgino-iobeya closed 1 month ago

mgiorgino-iobeya commented 1 year ago

Some project can only use LTS versions of node, and node 20 is still not an active LTS version. Is node 19 really required to use jest-chance ?

No-Cash-7970 commented 1 year ago

You can install tell NPM or Yarn to ignore the node version when installing by adding the --ignore-engine flag. It may work with PNPM, but I haven't tried it.

NPM: npm install -D jest-chance --ignore-engine Yarn: yarn add -D jest-chance --ignore-engine

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 1 month ago

This issue has been automatically closed because it has not had recent activity.