[renovate] Update all dependencies #28
Open
Travis CI / Travis CI - Pull Request
required action
Aug 16, 2025 in 47s
Build Errored
The build errored. This is a change from the previous build, which passed.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #28 [renovate] Update dependency @semantic-release/npm to ^7.1.1.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build has three jobs, running in two sequential stages.
Stage 1: test
This stage errored.
| Job | Node.js | OS | State |
|---|---|---|---|
| 14.21.3 | Linux | errored | |
| 16.20.2 | Linux | errored |
Stage 2: deploy
This stage canceled.
| Job | Node.js | OS | State |
|---|---|---|---|
| 14 | Linux | canceled |
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,
"node_js": [
"14.21.3",
"16.20.2"
],
"script": [
"yarn install --non-interactive",
"yarn lint",
"yarn test"
],
"jobs": {
"include": [
{
"on": {
"branch": "master"
},
"stage": "deploy",
"node_js": "14",
"script": [
"yarn install --non-interactive",
"npx semantic-release"
]
}
]
},
"notifications": {
"email": [
{
"on_success": "never",
"on_failure": "always"
}
]
}
}
Loading