File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 uses : actions/checkout@v4
1818
1919 - name : ' Setup Node.JS'
20- uses : actions/setup-node@v3
20+ uses : actions/setup-node@v4
2121 with :
22- node-version : ' 18.17 '
22+ node-version : ' 20.10 '
2323
2424 - name : ' Cache dependencies'
2525 uses : buildjet/cache@v3
Original file line number Diff line number Diff line change 1616 "prettier-plugin-organize-imports" : " 3.2.4"
1717 },
1818 "devDependencies" : {
19+ "@types/node" : " 20.10.6" ,
1920 "prettier" : " 3.1.1" ,
2021 "typescript" : " 5.3.3"
2122 },
2728 "access" : " public"
2829 },
2930 "volta" : {
30- "node" : " 18.19 .0"
31+ "node" : " 20.10 .0"
3132 }
3233}
Original file line number Diff line number Diff line change 22# yarn lockfile v1
33
44
5+ " @types/node@20.10.6 " :
6+ version "20.10.6"
7+ resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.6.tgz#a3ec84c22965802bf763da55b2394424f22bfbb5"
8+ integrity sha512-Vac8H+NlRNNlAmDfGUP7b5h/KA+AtWIzuXy0E6OyP8f1tCLYAtPvKRRDJjAPqhpCb0t6U2j7/xqAuLEebW2kiw==
9+ dependencies :
10+ undici-types "~5.26.4"
11+
512prettier-plugin-organize-imports@3.2.4 :
613 version "3.2.4"
714 resolved "https://registry.yarnpkg.com/prettier-plugin-organize-imports/-/prettier-plugin-organize-imports-3.2.4.tgz#77967f69d335e9c8e6e5d224074609309c62845e"
@@ -16,3 +23,8 @@ typescript@5.3.3:
1623 version "5.3.3"
1724 resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
1825 integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
26+
27+ undici-types@~5.26.4 :
28+ version "5.26.5"
29+ resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
30+ integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
You can’t perform that action at this time.
0 commit comments