Bump the npm_and_yarn group across 1 directory with 2 updates #96
Travis CI / Travis CI - Branch
succeeded
Oct 31, 2025 in 2m 29s
Build Passed
The build passed.
Details
This is a normal build for the dependabot/npm_and_yarn/npm_and_yarn-90b1311d10 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 | 18 |
Build Configuration
{
"language": "node_js",
"os": [
"linux"
],
"dist": "focal",
"node_js": [
"18"
],
"script": [
"npm run lint",
"npm run build"
],
"cache": {
"directories": [
"node_modules",
"website/node_modules"
]
},
"before_deploy": [
"yes | gem update --system --force",
"gem install bundler",
"gem install uri",
"gem install faraday-net_http -v '3.3.0'",
"gem install logger"
],
"deploy": [
{
"provider": "pages",
"strategy": "git",
"on": {
"branch": [
"master"
]
},
"skip_cleanup": true,
"token": "$GITHUB_TOKEN",
"keep_history": true,
"local_dir": "website/build/messenger-style",
"target_branch": "gh-pages"
}
]
}
Loading