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

MRC-2968 Security Audit and Dependency Updates #394

Merged
merged 7 commits into from
Jul 17, 2024

cypress config - try not specifying brower in run command

4ea93ce
Select commit
Loading
Failed to load commit list.
Merged

MRC-2968 Security Audit and Dependency Updates #394

cypress config - try not specifying brower in run command
4ea93ce
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Jul 16, 2024 in 2m 52s

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 #394 MRC-2968 Security Audit and Dependency Updates.
Any changes that have been made to the main 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 20
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "branches": {
    "only": [
      "main",
      "/^v[0-9]/"
    ]
  },
  "node_js": [
    "20"
  ],
  "cache": {
    "npm": true
  },
  "before_install": [
    "openssl aes-256-cbc -K $encrypted_9888058ce616_key -iv $encrypted_9888058ce616_iv -in gcs-key.json.enc -out gcs-key.json -d"
  ],
  "install": [
    "npm ci"
  ],
  "script": [
    "npm test",
    "npm run build",
    "npm run travis-cypress"
  ],
  "deploy": [
    {
      "provider": "gcs",
      "cleanup": false,
      "skip_cleanup": true,
      "edge": {
        "branch": "release_20240617"
      },
      "key_file": "gcs-key.json",
      "bucket": "files.meridianapps.com",
      "acl": "public-read",
      "local_dir": "gcs-files",
      "upload_dir": "meridian-web-sdk",
      "on": {
        "tags": true
      }
    },
    {
      "provider": "npm",
      "cleanup": false,
      "skip_cleanup": true,
      "email": "$NPM_EMAIL",
      "tag": "latest",
      "on": {
        "tags": true
      },
      "api_token": "$NPM_TOKEN"
    },
    {
      "provider": "pages",
      "strategy": "git",
      "cleanup": false,
      "skip_cleanup": true,
      "local_dir": "docs",
      "on": {
        "tags": true
      },
      "token": "$GITHUB_TOKEN"
    }
  ],
  "notifications": {
    "slack": [
      {
        "rooms": [
          {
            "secure": "GbrgufadOx658Sd0JZirSSRELPio4D4cKu3jBq1VUl5IDZObQlVO2of1Yz2hL/RghCkXt2OmwXyW9AFheawfvaItqi12heJ1nOySQMYgUswD1GsBiIKm6ClnSjqLgf+Rut8VErqoM8N/M1EBPW420M4S9JPhJAs7gBzCUzM1PnYO3wO8GD+hi93cPjvtw+roAZvqTdhXuIMrGI1qN0NkItWv5O67qkOsXFpF5JRWP8tyU/m5mOoerc1+NIjjc6qjTZtsjHAMolkK/iobEqEDJZgM/izJmSNyJO8KXu8x6EE5bylnv41a4twcw46D6cSsGLjrvHM4AdC1lZyVeplKFDbpWUknYTwg4LywNVPmYAzJF0KOQt9ifIvM/rk7RNRnesevmNCUahKKxZQ7LemneLiRn3RdPkPGCqKdUBBiOdpHoJcrwCKgeSa3Y+BXFNIzVnvzLCCL2cqNeF0/icBGbOhRFMmbsONKNndm8QVwXLL/TUO7z+DwvBGirreEUv38sEcTF/moM+PVNHP21qkvNbZuazDXVpL8XbBctn2Vl8ICcxy/lOW1k7XP/KA6FiKErV4lDV9VaKdLwI7qsCzCzSvPlhQykG6poEby+hDxeytKqnK/2E9yQjy6WpOs0H/54u94Zstxdt7U08Kj5U/gDRHE10zcSJP+4ZgNpIB8eEE="
          }
        ]
      }
    ]
  }
}