NXT-10590: Updates node modules' major version in docs-utils #48
Travis CI / Travis CI - Branch
succeeded
Mar 18, 2026 in 1m 6s
Build Passed
The build passed, just like the previous build.
Details
This is a normal build for the feature/NXT-10590 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 | OS | State |
|---|---|---|---|
| lts\/\* | Linux | passed | |
| node | Linux | passed |
Build Configuration
| Build Option | Setting |
|---|---|
| Language | Node.js |
| Operating System | Linux (Focal) |
| Node.js Versions | lts/*, node |
Build Configuration
{
"language": "node_js",
"os": [
"linux"
],
"dist": "focal",
"node_js": [
"lts/*",
"node"
],
"sudo": false,
"install": [
"npm config set prefer-offline false",
"npm install"
],
"script": [
"echo -e \"\\x1b\\x5b35;1m*** Linting...\\x1b\\x5b0m\"",
"npm run lint -- --report-unused-disable-directives --max-warnings 0",
"echo -e \"\\x1b\\x5b35;1m*** Linting complete\\x1b\\x5b0m\""
]
}
Loading