Bump @redhat-cloud-services/frontend-components-config from 6.0.5 to 6.0.6 #1189
Travis CI / Travis CI - Branch
failed
Nov 29, 2023 in 8m 0s
Build Failed
The build failed.
Details
This is a normal build for the dependabot/npm_and_yarn/redhat-cloud-services/frontend-components-config-6.0.6 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 (Xenial) |
Node.js Version | 16 |
Build Configuration
{
"language": "node_js",
"os": [
"linux"
],
"dist": "xenial",
"cache": {
"directories": [
"$HOME/.npm"
]
},
"node_js": [
"16"
],
"install": [
"npm ci",
"npm install -g codecov"
],
"script": [
"npm run travis:verify",
"codecov"
],
"after_success": [
"curl -sSL https://raw.githubusercontent.com/RedHatInsights/insights-frontend-builder-common/master/src/bootstrap.sh | bash -s"
],
"env": [
"global={:NODE_OPTIONS=>\"\\\"--max-old-space-size=4096 --max_old_space_size=4096\\\"\"}"
]
}
Loading