Skip to content

Update dependency jest to v30

37303dc
Select commit
Loading
Failed to load commit list.
Open

Update dependency jest to v30 #140

Update dependency jest to v30
37303dc
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch required action Dec 31, 2025 in 57s

Build Errored

The build errored, just like the previous build.

Details

This is a normal build for the renovate/major-jest-monorepo branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Focal)
Node.js Version 10
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "node_js": [
    "10"
  ],
  "cache": {
    "yarn": true,
    "npm": true
  },
  "notifications": {
    "email": [
      {
        "enabled": false
      }
    ]
  },
  "before_script": [
    "yarn lint",
    "yarn size"
  ],
  "deploy": [
    {
      "provider": "npm",
      "email": "dev@launchpadlab.com",
      "on": {
        "branch": [
          "master"
        ]
      },
      "skip_cleanup": true,
      "api_token": {
        "secure": "XkdE/LmydCEZUY+SoMW4I2+ZY9QIzjBnA1PXdJeZ9tbx18rljfYP5aUCz5bKqP49/iA762fvi5rR3agfyQObtspDKIknMxIFFhERHPc+7H4o3H1WxUjdq++Ye1+0SklyQ0msv0cvJVmGXUUxkW03bV2v0lw/dzsxEVDyrj+KLfJ8p1vIuEO1SJrl1fQDH6h9KsTqGtrspd80RRZ/Jr/2+xYTUesPiyi5E7K7xeDRcpPm12WtUyBTQeZPeUQ8RkXinBo+9qXLS/5Zg7Id9t1u8OpQTihqcbZqGsgsEV5C0aQ+e1C3TjONl5slad8/gNdtVUnXH/dV8vcKIjJ4WltV2Pg9dSapdRS9OKg/azuY3lSXHpA/zW/C6IBkIPsaYygImbUO6inicEzqsyIXNs+ddhFZBE/efOXkXEhtBUQKRI9gRczG/1nfD695aIewgzbVhMW+miWMQvUuLXTSC6HjS7nWPbGjHaNm00GpfR1qnUauI6OPYDTp3MrFhdvSUOMPykAyFzhzBjTx8FjwDBRHMy64xvSgv+8zi/GJm/NxrEl40O4Yh9P4fH2OhK5ev+MndFiXrXZuVvjUGPIhVCvvPcfEeLEMvMZ6v5K3nOr+afKgt/XkxyoSLXVKlKAaMmXG46TDYgqLSwqn3IgVxhhd54UkK3w1Lj0Evo2yPNEMXvg="
      }
    }
  ]
}