Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(README.md): update min version of node to be 18 #279

Merged
merged 1 commit into from
Jul 24, 2024

docs(README.md): update min version of node to be 18

a8ea876
Select commit
Loading
Failed to load commit list.
Merged

docs(README.md): update min version of node to be 18 #279

docs(README.md): update min version of node to be 18
a8ea876
Select commit
Loading
Failed to load commit list.
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"
      }
    }
  ]
}