jest-action
jest-action copied to clipboard
Upgrade node version
When using this action, the jest tests are failing now in CI after I upgraded to webpacker 5 with error like...
@rails/[email protected]: The engine "node" is incompatible with this module. Expected version ">=10.17.0". Got "10.14.1"
Can you please upgrade the node version in your docker file by changing this: FROM node:10.14.2-alpine
I got the same error.
Have you check the README? You probably don't need this action!
I got the same error.