jest-action icon indicating copy to clipboard operation
jest-action copied to clipboard

Upgrade node version

Open Arpan-Kreeti opened this issue 5 years ago • 3 comments

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

Arpan-Kreeti avatar Oct 08 '20 14:10 Arpan-Kreeti

I got the same error.

Agent215 avatar Oct 21 '20 22:10 Agent215

Have you check the README? You probably don't need this action!

alexanderwallin avatar Nov 26 '20 17:11 alexanderwallin

I got the same error.

murilo-wa avatar Feb 24 '22 14:02 murilo-wa