File tree Expand file tree Collapse file tree 6 files changed +10
-15
lines changed
Expand file tree Collapse file tree 6 files changed +10
-15
lines changed Original file line number Diff line number Diff line change 1313 - name : Use nodejs
1414 uses : actions/setup-node@v4
1515 with :
16- node-version : ' 20 .x'
16+ node-version : ' 22 .x'
1717
1818 - name : Get yarn cache directory path
1919 id : yarn-cache-dir-path
Original file line number Diff line number Diff line change 6464 - name : Use nodejs
6565 uses : actions/setup-node@v4
6666 with :
67- node-version : ' 20 .x'
67+ node-version : ' 22 .x'
6868 - name : Get yarn cache directory path
6969 id : yarn-cache-dir-path
7070 run : echo "::set-output name=dir::$(yarn cache dir)"
Original file line number Diff line number Diff line change 3333 - name : Use nodejs
3434 uses : actions/setup-node@v4
3535 with :
36- node-version : ' 20 .x'
36+ node-version : ' 22 .x'
3737
3838 - name : Get yarn cache directory path
3939 id : yarn-cache-dir-path
Original file line number Diff line number Diff line change 1919 - name : Use nodejs
2020 uses : actions/setup-node@v4
2121 with :
22- node-version : ' 20 .x'
22+ node-version : ' 22 .x'
2323
2424 - name : Install dependencies
2525 run : yarn install --frozen-lockfile
Original file line number Diff line number Diff line change 4444 "@testing-library/react" : " ^14.0.0" ,
4545 "@types/jest" : " ^29.5.11" ,
4646 "@types/mdx" : " ^2.0.5" ,
47- "@types/node" : " 20.16.5 " ,
47+ "@types/node" : " 22.13.13 " ,
4848 "@types/react" : " 18.3.5" ,
4949 "@types/react-dom" : " 18.3.0" ,
5050 "@typescript-eslint/eslint-plugin" : " 6.21.0" ,
Original file line number Diff line number Diff line change 38383838 dependencies:
38393839 undici-types "~6.20.0"
38403840
3841- "@types/node@20.16.5 ":
3842- version "20.16.5 "
3843- resolved "https://registry.yarnpkg.com/@types/node/-/node-20.16.5 .tgz#d43c7f973b32ffdf9aa7bd4f80e1072310fd7a53 "
3844- integrity sha512-VwYCweNo3ERajwy0IUlqqcyZ8/A7Zwa9ZP3MnENWcB11AejO+tLy3pu850goUW2FC/IJMdZUfKpX/yxL1gymCA ==
3841+ "@types/node@22.13.13 ":
3842+ version "22.13.13 "
3843+ resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.13 .tgz#5e7d110fb509b0d4a43fbf48fa9d6e0f83e1b1e7 "
3844+ integrity sha512-ClsL5nMwKaBRwPcCvH8E7+nU4GxHVx1axNvMZTFHMEfNI7oahimt26P5zjVCRrjiIWj6YFXfE1v3dEp94wLcGQ ==
38453845 dependencies:
3846- undici-types "~6.19.2 "
3846+ undici-types "~6.20.0 "
38473847
38483848"@types/node@>=10.0.0":
38493849 version "20.10.6"
@@ -16233,11 +16233,6 @@ undici-types@~5.26.4:
1623316233 resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
1623416234 integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
1623516235
16236- undici-types@~6.19.2:
16237- version "6.19.8"
16238- resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
16239- integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
16240-
1624116236undici-types@~6.20.0:
1624216237 version "6.20.0"
1624316238 resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
You can’t perform that action at this time.
0 commit comments