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

Update Node.js to v22 #119

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Update dependency node to v22

9d06634
Select commit
Loading
Failed to load commit list.
Open

Update Node.js to v22 #119

Update dependency node to v22
9d06634
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Oct 29, 2024 in 1m 4s

Build Passed

The build passed.

Details

This is a normal build for the renovate/node-22.x branch. You should be able to reproduce it by checking out the branch locally.

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)
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "cache": {
    "yarn": true
  },
  "before_script": [
    "yarn lint"
  ],
  "notifications": {
    "email": [
      {
        "enabled": false
      }
    ]
  },
  "deploy": [
    {
      "provider": "npm",
      "email": "[email protected]",
      "on": {
        "branch": [
          "master"
        ]
      },
      "skip_cleanup": true,
      "api_token": {
        "secure": "MtpU+a4OP5zRVFsQ2qm2J5xy1sR+yUa6xFKh4eRbDNBaOWGby4WnUem/Fua8xXI102ct9mqmgu3brCquyDIfkM6uY4qYknWtk3ofJvbCVySXWqws6KOcETLDp3w7fsAFFvHXuDVEuPjwnrE6N4r0X3nv1xGTLXfHff8Q7j0xiL6iwAIyEfLIv/XEZAS78WVCQ9IMRb3BPvOpLeqgHOupfBAYivA8bYfnv95fDLtRBsiQnBB4U1nU7VuP9LUn756pinqzneasYri3TtkOQmlvAtdpq9InY0WZycy1EhQTBu7lY1+Z+KHxQlaAO+JwAcNtKd6buv8/tlVWIHgKDik9Y1CaZxoVc33WBWmZ/PMrBa2DxWxNvPPN+dqQO+OMEfSoKJyCqJiF5qsb5gD0NXtCYQfszTtl2JkiRrSs0hW+WGNxYRZN/j6cJtmBN+zsuBIefM7iKfQMjH907nfGRRa8+h+7mqVmL2mikP4aEJjYPZe7WCd87asyUfOmvOoVsv+ZclBQ0J1wgE8b6o1JqYA1CfD619MZQB0AZG5dB+zRfI6U6FdQVnVtCx21o/fGdFlBZpiLzzgKjjLoxCP3cAzoGyjwzGyb5S/JXK5JQu7FQBgnDDx+rP8qWdCYzxpzAzbI65BFgJXgK6RsHBuudFSd6MVYpidRY78hkpmsi7aXhcU="
      }
    }
  ]
}