Skip to content

Commit ee7e6b4

Browse files
chore(deps): update dependency node to v20
1 parent ed40639 commit ee7e6b4

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

Diff for: .nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.19.1
1+
20.18.0

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"url": "https://github.com/algolia/algoliasearch-crawler-github-actions/issues"
3737
},
3838
"engines": {
39-
"node": "^16.14.2"
39+
"node": "^20.0.0"
4040
},
4141
"homepage": "https://github.com/algolia/algoliasearch-crawler-github-actions#readme",
4242
"devDependencies": {
@@ -46,7 +46,7 @@
4646
"@semantic-release/npm": "9.0.1",
4747
"@types/cheerio": "0.22.35",
4848
"@types/jest": "27.5.2",
49-
"@types/node": "16.18.16",
49+
"@types/node": "20.16.13",
5050
"@types/node-fetch": "2.6.2",
5151
"@typescript-eslint/eslint-plugin": "5.44.0",
5252
"@typescript-eslint/parser": "5.44.0",

Diff for: yarn.lock

+11-4
Original file line numberDiff line numberDiff line change
@@ -1247,10 +1247,12 @@
12471247
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.10.tgz#616f16e9d3a2a3d618136b1be244315d95bd7cab"
12481248
integrity sha512-S/3xB4KzyFxYGCppyDt68yzBU9ysL88lSdIah4D6cptdcltc4NCPCAMc0+PCpg/lLIyC7IPvj2Z52OJWeIUkog==
12491249

1250-
1251-
version "16.18.16"
1252-
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.16.tgz#09ff98b144abae2d7cce3e9fe9040ab2bf73222c"
1253-
integrity sha512-ZOzvDRWp8dCVBmgnkIqYCArgdFOO9YzocZp8Ra25N/RStKiWvMOXHMz+GjSeVNe5TstaTmTWPucGJkDw0XXJWA==
1250+
1251+
version "20.16.13"
1252+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.16.13.tgz#148c152d757dc73f8d65f0f6f078f39050b85b0c"
1253+
integrity sha512-GjQ7im10B0labo8ZGXDGROUl9k0BNyDgzfGpb4g/cl+4yYDWVKcozANF4FGr4/p0O/rAkQClM6Wiwkije++1Tg==
1254+
dependencies:
1255+
undici-types "~6.19.2"
12541256

12551257
"@types/normalize-package-data@^2.4.0":
12561258
version "2.4.1"
@@ -6257,6 +6259,11 @@ unbox-primitive@^1.0.1:
62576259
has-symbols "^1.0.2"
62586260
which-boxed-primitive "^1.0.2"
62596261

6262+
undici-types@~6.19.2:
6263+
version "6.19.8"
6264+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
6265+
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
6266+
62606267
unique-filename@^1.1.1:
62616268
version "1.1.1"
62626269
resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-1.1.1.tgz#1d69769369ada0583103a1e6ae87681b56573230"

0 commit comments

Comments
 (0)