docs(README.md): update min version of node to be 18 #279
Travis CI / Travis CI - Branch
succeeded
Jul 24, 2024 in 2m 13s
Build Passed
The build passed, just like the previous build.
Details
This is a normal build for the update-readme branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build has three jobs, running in parallel.
Job | Node.js | OS | State |
---|---|---|---|
1364.1 | 18 | Linux | passed |
1364.2 | 20 | Linux | passed |
1364.3 | 22 | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | Node.js |
Operating System | Linux (Jammy) |
Node.js Versions | 18, 20, 22 |
Build Configuration
{
"language": "node_js",
"os": [
"linux"
],
"dist": "jammy",
"node_js": [
"18",
"20",
"22"
],
"cache": {
"npm": false
},
"before_install": [
"npm i -g npm@8",
"npm --version"
],
"script": [
"cd sdk-test-utilities && npm ci && cd ..",
"npm run build",
"npm run lint",
"npm run test-travis"
],
"deploy": [
{
"provider": "script",
"skip_cleanup": true,
"script": "npx semantic-release",
"on": {
"branch": [
"main"
],
"node_js": "22"
}
}
]
}
Loading