File tree 6 files changed +10
-15
lines changed
6 files changed +10
-15
lines changed Original file line number Diff line number Diff line change 13
13
- name : Use nodejs
14
14
uses : actions/setup-node@v4
15
15
with :
16
- node-version : ' 20 .x'
16
+ node-version : ' 22 .x'
17
17
18
18
- name : Get yarn cache directory path
19
19
id : yarn-cache-dir-path
Original file line number Diff line number Diff line change 64
64
- name : Use nodejs
65
65
uses : actions/setup-node@v4
66
66
with :
67
- node-version : ' 20 .x'
67
+ node-version : ' 22 .x'
68
68
- name : Get yarn cache directory path
69
69
id : yarn-cache-dir-path
70
70
run : echo "::set-output name=dir::$(yarn cache dir)"
Original file line number Diff line number Diff line change 33
33
- name : Use nodejs
34
34
uses : actions/setup-node@v4
35
35
with :
36
- node-version : ' 20 .x'
36
+ node-version : ' 22 .x'
37
37
38
38
- name : Get yarn cache directory path
39
39
id : yarn-cache-dir-path
Original file line number Diff line number Diff line change 19
19
- name : Use nodejs
20
20
uses : actions/setup-node@v4
21
21
with :
22
- node-version : ' 20 .x'
22
+ node-version : ' 22 .x'
23
23
24
24
- name : Install dependencies
25
25
run : yarn install --frozen-lockfile
Original file line number Diff line number Diff line change 44
44
"@testing-library/react" : " ^14.0.0" ,
45
45
"@types/jest" : " ^29.5.11" ,
46
46
"@types/mdx" : " ^2.0.5" ,
47
- "@types/node" : " 20.16.5 " ,
47
+ "@types/node" : " 22.15.2 " ,
48
48
"@types/react" : " 18.3.5" ,
49
49
"@types/react-dom" : " 18.3.0" ,
50
50
"@typescript-eslint/eslint-plugin" : " 6.21.0" ,
Original file line number Diff line number Diff line change 3890
3890
dependencies:
3891
3891
undici-types "~6.21.0"
3892
3892
3893
- "@types/node@20.16.5 ":
3894
- version "20.16.5 "
3895
- resolved "https://registry.yarnpkg.com/@types/node/-/node-20.16.5 .tgz#d43c7f973b32ffdf9aa7bd4f80e1072310fd7a53 "
3896
- integrity sha512-VwYCweNo3ERajwy0IUlqqcyZ8/A7Zwa9ZP3MnENWcB11AejO+tLy3pu850goUW2FC/IJMdZUfKpX/yxL1gymCA ==
3893
+ "@types/node@22.15.2 ":
3894
+ version "22.15.2 "
3895
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.2 .tgz#1db55aa64618ee93a58c8912f74beefe44aca905 "
3896
+ integrity sha512-uKXqKN9beGoMdBfcaTY1ecwz6ctxuJAcUlwE55938g0ZJ8lRxwAZqRz2AJ4pzpt5dHdTPMB863UZ0ESiFUcP7A ==
3897
3897
dependencies:
3898
- undici-types "~6.19.2 "
3898
+ undici-types "~6.21.0 "
3899
3899
3900
3900
"@types/node@>=10.0.0":
3901
3901
version "20.10.6"
@@ -16304,11 +16304,6 @@ undici-types@~5.26.4:
16304
16304
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
16305
16305
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
16306
16306
16307
- undici-types@~6.19.2:
16308
- version "6.19.8"
16309
- resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
16310
- integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
16311
-
16312
16307
undici-types@~6.21.0:
16313
16308
version "6.21.0"
16314
16309
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
You can’t perform that action at this time.
0 commit comments