Skip to content

build(deps-dev): bump sha.js from 2.4.11 to 2.4.12

df85353
Select commit
Loading
Failed to load commit list.
Open

build(deps-dev): bump sha.js from 2.4.11 to 2.4.12 #2

build(deps-dev): bump sha.js from 2.4.11 to 2.4.12
df85353
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Aug 21, 2025 in 2m 18s

Build Passed

The build passed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #2 build(deps-dev): bump sha.js from 2.4.11 to 2.4.12.
Any changes that have been made to the master branch before the build ran are also included.

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 (Focal)
Node.js Version 10
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "node_js": [
    "10"
  ],
  "env": [
    "jobs={:NODE_ENV=>\"ci\"}"
  ],
  "cache": {
    "directories": [
      "node_modules"
    ]
  },
  "before_install": [
    "npm install -g greenkeeper-lockfile@1"
  ],
  "install": [
    "npm install"
  ],
  "before_script": [
    "greenkeeper-lockfile-update"
  ],
  "script": [
    "npm run lint",
    "npm run build",
    "npm run test -- --no-cache --maxWorkers=4"
  ],
  "after_script": [
    "greenkeeper-lockfile-upload"
  ],
  "after_success": [
    "npm run genindex",
    "bash <(curl -s https://codecov.io/bash)",
    "./doc/documentation.sh"
  ],
  "jobs": {
    "include": [
      {
        "stage": "release",
        "node_js": "lts/*",
        "deploy": [
          {
            "provider": "script",
            "skip_cleanup": true,
            "script": "npx semantic-release"
          }
        ]
      }
    ]
  }
}