Bump globals from 16.5.0 to 17.3.0 - #239
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Travis CI / Travis CI - Pull Request
succeeded
Feb 2, 2026 in 52s
Build Passed
The build passed, just like the previous build.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #239 Bump globals from 16.5.0 to 17.3.0.
Any changes that have been made to the main branch before the build ran are also included.
Jobs and Stages
This build has two jobs, running in parallel.
| Job | Node.js | OS | State |
|---|---|---|---|
| node | Linux | passed | |
| lts\/\* | Linux | passed |
Build Configuration
| Build Option | Setting |
|---|---|
| Language | Node.js |
| Operating System | Linux (Focal) |
| Node.js Versions | node, lts/* |
Build Configuration
{
"language": "node_js",
"os": [
"linux"
],
"dist": "focal",
"script": [
"npm run lint && npm run test && npm run test-build"
],
"node_js": [
"node",
"lts/*"
],
"branches": {
"only": [
"main",
"beta"
]
}
}
Loading