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

feat: improve HTTP redirects behavior #262

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from

Merge branch 'main' into nb/redirect-improvements

57c91e8
Select commit
Loading
Failed to load commit list.
Draft

feat: improve HTTP redirects behavior #262

Merge branch 'main' into nb/redirect-improvements
57c91e8
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Jan 4, 2024 in 1m 51s

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 #262 feat: improve HTTP redirects behavior.
Any changes that have been made to the main branch before the build ran are also included.

Jobs and Stages

This build has three jobs, running in parallel.

Job Node.js OS State
1299.1 16 Linux passed
1299.2 18 Linux passed
1299.3 20 Linux passed

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Jammy)
Node.js Versions 16, 18, 20
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "jammy",
  "node_js": [
    "16",
    "18",
    "20"
  ],
  "cache": {
    "npm": false
  },
  "before_install": [
    "npm i -g npm@8",
    "npm --version"
  ],
  "script": [
    "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": "18"
      }
    }
  ]
}