File tree Expand file tree Collapse file tree 3 files changed +13
-6
lines changed
Expand file tree Collapse file tree 3 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 1212 - uses : actions/checkout@master
1313 - uses : actions/setup-node@v1
1414 with :
15- node-version : ' 18 .x'
15+ node-version : ' 22 .x'
1616 - run : yarn install
1717 - run : yarn build
1818 - run : yarn test
Original file line number Diff line number Diff line change 2828 },
2929 "devDependencies" : {
3030 "@types/jest" : " 26.0.24" ,
31- "@types/node" : " 14.18.23 " ,
31+ "@types/node" : " 22.15.32 " ,
3232 "@types/object-hash" : " 1.3.4" ,
3333 "@types/react" : " 16.14.65" ,
3434 "codecov" : " 3.8.3" ,
Original file line number Diff line number Diff line change 557557 resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.6.tgz#146d3da57b3c636cc0d1769396ce1cfa8991147f"
558558 integrity sha512-6QlRuqsQ/Ox/aJEQWBEJG7A9+u7oSYl3mem/K8IzxXG/kAGbV1YPD9Bg9Zw3vyxC/YP+zONKwy8hGkSt1jxFMw==
559559
560- " @types/node@14.18.23 " :
561- version "14.18.23"
562- resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.23.tgz#70f5f20b0b1b38f696848c1d3647bb95694e615e"
563- integrity sha512-MhbCWN18R4GhO8ewQWAFK4TGQdBpXWByukz7cWyJmXhvRuCIaM/oWytGPqVmDzgEnnaIc9ss6HbU5mUi+vyZPA==
560+ " @types/node@22.15.32 " :
561+ version "22.15.32"
562+ resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.32.tgz#c301cc2275b535a5e54bb81d516b1d2e9afe06e5"
563+ integrity sha512-3jigKqgSjsH6gYZv2nEsqdXfZqIFGAV36XYYjf9KGZ3PSG+IhLecqPnI310RvjutyMwifE2hhhNEklOUrvx/wA==
564+ dependencies :
565+ undici-types "~6.21.0"
564566
565567" @types/normalize-package-data@^2.4.0 " :
566568 version "2.4.0"
@@ -3909,6 +3911,11 @@ typescript@4.7.4:
39093911 resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.4.tgz#1a88596d1cf47d59507a1bcdfb5b9dfe4d488235"
39103912 integrity sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==
39113913
3914+ undici-types@~6.21.0 :
3915+ version "6.21.0"
3916+ resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
3917+ integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
3918+
39123919union-value@^1.0.0 :
39133920 version "1.0.1"
39143921 resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.1.tgz#0b6fe7b835aecda61c6ea4d4f02c14221e109847"
You can’t perform that action at this time.
0 commit comments