File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed 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 3434 "@swc/jest" : " 0.2.29" ,
3535 "@types/graphql-fields" : " 1.3.9" ,
3636 "@types/jest" : " 29.5.11" ,
37- "@types/node" : " 18.19.4 " ,
37+ "@types/node" : " 20.10.6 " ,
3838 "eslint" : " 8.56.0" ,
3939 "jest" : " 29.7.0" ,
4040 "prettier" : " 3.1.1" ,
4545 "access" : " public"
4646 },
4747 "volta" : {
48- "node" : " 18.19 .0"
48+ "node" : " 20.10 .0"
4949 }
5050}
Original file line number Diff line number Diff line change 1616 "incremental" : true ,
1717
1818 // Type-Checking Options
19- "lib" : [" es2022 " ],
19+ "lib" : [" es2023 " ],
2020 "strict" : true ,
2121 "skipLibCheck" : true ,
2222 "strictPropertyInitialization" : false ,
Original file line number Diff line number Diff line change 11821182 resolved "https://registry.yarnpkg.com/@types/node/-/node-15.12.4.tgz#e1cf817d70a1e118e81922c4ff6683ce9d422e26"
11831183 integrity sha512-zrNj1+yqYF4WskCMOHwN+w9iuD12+dGm0rQ35HLl9/Ouuq52cEtd0CH9qMgrdNmi5ejC1/V7vKEXYubB+65DkA==
11841184
1185- " @types/node@18.19.4 " :
1186- version "18.19.4 "
1187- resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.4 .tgz#89672e84f11a2c19543d694dac00ab8d7bc20ddb "
1188- integrity sha512-xNzlUhzoHotIsnFoXmJB+yWmBvFZgKCI9TtPIEdYIMM1KWfwuY8zh7wvc1u1OAXlC7dlf6mZVx/s+Y5KfFz19A ==
1185+ " @types/node@20.10.6 " :
1186+ version "20.10.6 "
1187+ resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.6 .tgz#a3ec84c22965802bf763da55b2394424f22bfbb5 "
1188+ integrity sha512-Vac8H+NlRNNlAmDfGUP7b5h/KA+AtWIzuXy0E6OyP8f1tCLYAtPvKRRDJjAPqhpCb0t6U2j7/xqAuLEebW2kiw ==
11891189 dependencies :
11901190 undici-types "~5.26.4"
11911191
You can’t perform that action at this time.
0 commit comments