Skip to content

Commit 4f4381e

Browse files
chore(deps): update node.js to v22
1 parent 51c18b0 commit 4f4381e

File tree

3 files changed

+16
-9
lines changed

3 files changed

+16
-9
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Use Node.js
1414
uses: actions/setup-node@v2
1515
with:
16-
node-version: '14.x'
16+
node-version: '22.16.0'
1717
- run: yarn
1818
- run: yarn run prettier-check
1919
- run: yarn run eslint

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0-DEVELOPMENT",
44
"description": "CLI to bootstrap Sourcegraph npm packages",
55
"engines": {
6-
"node": "^14.0.0"
6+
"node": "^22.16.0"
77
},
88
"repository": {
99
"type": "git",
@@ -70,7 +70,7 @@
7070
"@types/js-yaml": "3.12.5",
7171
"@types/mkdirp-promise": "5.0.0",
7272
"@types/mz": "2.7.8",
73-
"@types/node": "12.20.55",
73+
"@types/node": "22.15.31",
7474
"download-cli": "^1.1.1",
7575
"eslint": "^7.32.0",
7676
"husky": "^4.2.3",

yarn.lock

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -767,16 +767,18 @@
767767
dependencies:
768768
"@types/node" "*"
769769

770-
"@types/node@*", "@types/[email protected]", "@types/node@>= 8":
770+
"@types/node@*", "@types/[email protected]", "@types/node@>= 8":
771+
version "22.15.31"
772+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.31.tgz#454f11e2061150135c8353d7f3b3b1823fca9f3f"
773+
integrity sha512-jnVe5ULKl6tijxUhvQeNbQG/84fHfg+yMak02cT8QVhBx/F05rAVxCGBYYTh2EKz22D6JF5ktXuNwdx7b9iEGw==
774+
dependencies:
775+
undici-types "~6.21.0"
776+
777+
771778
version "20.5.1"
772779
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.5.1.tgz#178d58ee7e4834152b0e8b4d30cbfab578b9bb30"
773780
integrity sha512-4tT2UrL5LBqDwoed9wZ6N3umC4Yhz3W3FloMmiiG4JwmUJWpie0c7lcnUNd4gtMKuDEO4wRVS8B6Xa0uMRsMKg==
774781

775-
776-
version "12.20.55"
777-
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.55.tgz#c329cbd434c42164f846b909bd6f85b5537f6240"
778-
integrity sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==
779-
780782
"@types/normalize-package-data@^2.4.0":
781783
version "2.4.0"
782784
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:
74227424
buffer "^5.2.1"
74237425
through "^2.3.8"
74247426

7427+
undici-types@~6.21.0:
7428+
version "6.21.0"
7429+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
7430+
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
7431+
74257432
unique-filename@^1.1.1:
74267433
version "1.1.1"
74277434
resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-1.1.1.tgz#1d69769369ada0583103a1e6ae87681b56573230"

0 commit comments

Comments
 (0)