chore(deps): bump the fec group across 1 directory with 6 updates #546
Travis CI / Travis CI - Branch
required action
Jan 20, 2025 in 42s
Build Errored
The build errored.
Details
This is a normal build for the dependabot/npm_and_yarn/fec-74fac5b159 branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build has two jobs, running in two sequential stages.
Stage 1: Lint
This stage errored.
Job | Node.js | ENV | OS | State |
---|---|---|---|---|
3207.1 | 18 | REPO="[email protected]:RedHatInsights/insights-dashboard-build" | Linux | errored |
Stage 2: Test
This stage canceled.
Job | Node.js | ENV | OS | State |
---|---|---|---|---|
3207.2 | 18 | REPO="[email protected]:RedHatInsights/insights-dashboard-build" | Linux | canceled |
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",
"sudo": true,
"notifications": {
"email": [
{
"enabled": false
}
]
},
"node_js": [
"18"
],
"install": [
"npm ci"
],
"jobs": {
"include": [
{
"stage": "Lint",
"script": [
"npm run lint"
]
},
{
"stage": "Test",
"script": [
"npm run test && npm run test:ct && npm run coverage"
]
}
]
},
"env": [
"global={:REPO=>\"\\\"[email protected]:RedHatInsights/insights-dashboard-build\\\"\"}={:REPO_DIR=>\"\\\"insights-dashboard-build\\\"\"}={:BRANCH=>\"${TRAVIS_PULL_REQUEST_BRANCH:-$TRAVIS_BRANCH}\"}={:NODE_OPTIONS=>\"\\\"--max-old-space-size=4096 --max_old_space_size=4096\\\"\"}"
],
"cache": {
"directories": [
"$HOME/.npm"
]
}
}
Loading