From 0b5162fc8c00dc51cf08725404791c72cd00d480 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 07:39:44 +0000 Subject: [PATCH] chore(deps): update node.js to v24 --- .github/workflows/build.yml | 2 +- .github/workflows/scip.yml | 2 +- package.json | 4 ++-- yarn.lock | 19 +++++++++++++------ 4 files changed, 17 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3b94d2bb..759223a0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v2 with: - node-version: '14.x' + node-version: '24.13.0' - run: yarn - run: yarn run prettier-check - run: yarn run eslint diff --git a/.github/workflows/scip.yml b/.github/workflows/scip.yml index 388b9287..34ccf14e 100644 --- a/.github/workflows/scip.yml +++ b/.github/workflows/scip.yml @@ -9,7 +9,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v2 with: - node-version: 16 + node-version: 24.13.0 - run: yarn global add @sourcegraph/scip-typescript @sourcegraph/src - run: yarn --ignore-engines --ignore-scripts - run: scip-typescript index diff --git a/package.json b/package.json index 2b4a9be1..348f5c13 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.0.0-DEVELOPMENT", "description": "CLI to bootstrap Sourcegraph npm packages", "engines": { - "node": "^14.0.0" + "node": "^24.13.0" }, "repository": { "type": "git", @@ -70,7 +70,7 @@ "@types/js-yaml": "3.12.5", "@types/mkdirp-promise": "5.0.0", "@types/mz": "2.7.8", - "@types/node": "12.20.55", + "@types/node": "24.10.8", "download-cli": "^1.1.1", "eslint": "^7.32.0", "husky": "^4.2.3", diff --git a/yarn.lock b/yarn.lock index 146c3d58..b908386d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -767,16 +767,18 @@ dependencies: "@types/node" "*" -"@types/node@*", "@types/node@20.5.1", "@types/node@>= 8": +"@types/node@*", "@types/node@24.10.8", "@types/node@>= 8": + version "24.10.8" + resolved "https://registry.yarnpkg.com/@types/node/-/node-24.10.8.tgz#9b529d32e7e5adb74b13d1fc9b83615e9a12a701" + integrity sha512-r0bBaXu5Swb05doFYO2kTWHMovJnNVbCsII0fhesM8bNRlLhXIuckley4a2DaD+vOdmm5G+zGkQZAPZsF80+YQ== + dependencies: + undici-types "~7.16.0" + +"@types/node@20.5.1": version "20.5.1" resolved "https://registry.yarnpkg.com/@types/node/-/node-20.5.1.tgz#178d58ee7e4834152b0e8b4d30cbfab578b9bb30" integrity sha512-4tT2UrL5LBqDwoed9wZ6N3umC4Yhz3W3FloMmiiG4JwmUJWpie0c7lcnUNd4gtMKuDEO4wRVS8B6Xa0uMRsMKg== -"@types/node@12.20.55": - version "12.20.55" - resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.55.tgz#c329cbd434c42164f846b909bd6f85b5537f6240" - integrity sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ== - "@types/normalize-package-data@^2.4.0": version "2.4.0" resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e" @@ -7422,6 +7424,11 @@ unbzip2-stream@^1.0.9: buffer "^5.2.1" through "^2.3.8" +undici-types@~7.16.0: + version "7.16.0" + resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46" + integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw== + unique-filename@^1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-1.1.1.tgz#1d69769369ada0583103a1e6ae87681b56573230"