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 #167

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

Update Node.js to v22

102772d
Select commit
Loading
Failed to load commit list.
Open

Update Node.js to v22 #167

Update Node.js to v22
102772d
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Feb 20, 2025 in 52s

Build Passed

The build passed.

Details

This is a normal build for the renovate/major-node.js 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)
Node.js Version 18
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "node_js": [
    "18"
  ],
  "before_script": [
    "yarn lint"
  ],
  "notifications": {
    "email": [
      {
        "enabled": false
      }
    ]
  },
  "deploy": [
    {
      "provider": "npm",
      "email": "dev@launchpadlab.com",
      "on": {
        "branch": [
          "master"
        ]
      },
      "skip_cleanup": true,
      "api_token": {
        "secure": "iCN1lPxy3t7kERm2QKIFTgJlS/r0S+0RNrUw+t1+lWRjHM6gyYKXxQcSsUOp5ILW8he4MDQAtQNQk3vF9umishPY06PIOW+yKMk8JbBdzA6SXVKDNBCK3WfoB3vNTtXp+ESM+7Gd44LAnDRK/XyrQknZDlIq2iep+tT9SVCYpisF9LVXIHXDJt9nNHAhUfdcggUZJA4HPgqb9zGtK2Ev7KzK/eCy///+AWSwXrhuNRp1yYkdRxBKUodBqAL9u/I/wW0Ah0kOWkD7cP7RCd3kGGX1h7eWGoHl7fjYP+85IwU8W6ZP/PpLuDL6sOcIEtIN+DKB7uuzcMaO5v4xI0Gr8KUpGunLT7/H0izEjPjX3LYD1MMUQMpGPBvfyysuvc6RyvTHijjoHphenlEt+7bpsH1y3RGN9ptJVzRScJIVQSGzyaupE8a6Xut4CxY0k+VOLBweLCNgTlSVDIQrrfFGI8RTNdT0zYmsk6Qek3iPXXNZEZx+8UAAQPloj1R6nA0wOn71q5fR+M+PBsjF9xsF9mqhAz6b70XnCgrzZfngcwxVnHjWx81oOwL8F575v9mskO6WQMqK8WcIVB41lXHih/9CfwzCBIfeMOmZ6lmTQexskCUBy+j6M8iNQInE4wNogJC3FVj9QPuwY6aOGIOKHOFVibtAg5WV4aBOdwXjwrE="
      }
    }
  ]
}