[renovate] Update all dependencies #38
Open
Travis CI / Travis CI - Branch
failed
Apr 11, 2026 in 1m 18s
Build Failed
The build failed, just like the previous build.
Details
This is a normal build for the renovate/all-dependencies branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build has two jobs, running in parallel.
| Job | Node.js | ENV | OS | State |
|---|---|---|---|---|
| 14.21.3 | APP_DIR=src | Linux | failed | |
| 16.20.2 | APP_DIR=src | Linux | failed |
Build Configuration
| Build Option | Setting |
|---|---|
| Language | Node.js |
| Operating System | Linux (Focal) |
| Node.js Versions | 14.21.3, 16.20.2 |
Build Configuration
{
"language": "node_js",
"os": [
"linux"
],
"dist": "focal",
"sudo": false,
"env": [
"jobs={:APP_DIR=>\"src\"}"
],
"node_js": [
"14.21.3",
"16.20.2"
],
"script": [
"yarn install --non-interactive",
"yarn lint",
"yarn test"
],
"jobs": {
"include": [
{
"stage": "deploy",
"if": "branch = master",
"node_js": "14",
"script": [
"yarn install --non-interactive",
"npx semantic-release"
]
}
]
},
"notifications": {
"email": [
{
"on_success": "never",
"on_failure": "always"
}
]
}
}
Loading