Skip to content

build(deps): bump nanoid from 3.3.7 to 3.3.8

d03aca5
Select commit
Loading
Failed to load commit list.
Open

build(deps): bump nanoid from 3.3.7 to 3.3.8 #77

build(deps): bump nanoid from 3.3.7 to 3.3.8
d03aca5
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Travis CI / Travis CI - Pull Request failed Dec 15, 2024 in 1m 54s

Build Failed

The build failed. This is a change from the previous build, which passed.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #77 build(deps): bump nanoid from 3.3.7 to 3.3.8.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has two jobs, running in parallel.

Job Node.js ENV OS State
529.1 20 NODE_ENV=travis Linux failed
529.2 22 NODE_ENV=travis Linux failed

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Jammy)
Node.js Versions 20, 22
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "jammy",
  "addons": {
    "apt": {
      "packages": [
        "rabbitmq-server",
        "openjdk-17-jdk"
      ]
    },
    "sonarcloud": {
      "organization": "techteamer"
    }
  },
  "node_js": [
    "20",
    "22"
  ],
  "before_install": [
    "curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.22.22",
    "export PATH=\"$HOME/.yarn/bin:$PATH\""
  ],
  "git": {
    "depth": false
  },
  "env": [
    "jobs={:NODE_ENV=>\"travis\"}"
  ],
  "script": [
    "yarn test",
    "export JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64",
    "export PATH=$JAVA_HOME/bin:$PATH",
    "sonar-scanner"
  ]
}