Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency chai to v5 #168

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

chore(deps): update dependency chai to v5

465c513
Select commit
Loading
Failed to load commit list.
Open

chore(deps): update dependency chai to v5 #168

chore(deps): update dependency chai to v5
465c513
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch required action Feb 17, 2025 in 44s

Build Errored

The build errored, just like the previous build.

Details

This is a normal build for the renovate/chai-5.x branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has three jobs, running in parallel.

Job Node.js OS State
840.1 12.22.12 Linux errored
840.2 10.24.1 Linux errored
840.3 8.17.0 Linux errored

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Xenial)
Node.js Versions 12.22.12, 10.24.1, 8.17.0
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "cache": {
    "yarn": true
  },
  "node_js": [
    "12.22.12",
    "10.24.1",
    "8.17.0"
  ],
  "services": [
    "mongodb"
  ],
  "script": [
    "yarn run ci"
  ]
}