File tree Expand file tree Collapse file tree 5 files changed +19
-7
lines changed Expand file tree Collapse file tree 5 files changed +19
-7
lines changed Original file line number Diff line number Diff line change 18
18
strategy :
19
19
fail-fast : false
20
20
matrix :
21
- node-version : [18.x ]
21
+ node-version : [18, 20 ]
22
22
steps :
23
23
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
24
24
- name : Setup node
31
31
- name : Unittesting
32
32
run : yarn test
33
33
- name : Linting
34
- if : ${{ matrix.node-version == '18.x ' }}
34
+ if : ${{ matrix.node-version == '18' }}
35
35
run : yarn lint
36
36
- name : Coverage
37
37
run : yarn coverage
Original file line number Diff line number Diff line change 16
16
strategy :
17
17
fail-fast : false
18
18
matrix :
19
- node-version : [18.x ]
19
+ node-version : [20 ]
20
20
steps :
21
21
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
22
22
- name : Setup node
Original file line number Diff line number Diff line change 1
- 18
1
+ 20
Original file line number Diff line number Diff line change 84
84
"@size-limit/file" : " 11.0.2" ,
85
85
"@types/hash-sum" : " 1.0.2" ,
86
86
"@types/lodash.mergewith" : " 4.6.9" ,
87
- "@types/node" : " 18.19.15 " ,
87
+ "@types/node" : " 20.16.1 " ,
88
88
"@types/request-promise-native" : " 1.0.21" ,
89
89
"codecov" : " 3.8.3" ,
90
90
"eslint" : " 8.56.0" ,
Original file line number Diff line number Diff line change 2650
2650
resolved "https://registry.yarnpkg.com/@types/mime/-/mime-1.3.5.tgz#1ef302e01cf7d2b5a0fa526790c9123bf1d06690"
2651
2651
integrity sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==
2652
2652
2653
- "@types/node@*"
, "@types/[email protected] " :
2653
+ "@types/node@*":
2654
2654
version "18.19.15"
2655
2655
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.15.tgz#313a9d75435669a57fc28dc8694e7f4c4319f419"
2656
2656
integrity sha512-AMZ2UWx+woHNfM11PyAEQmfSxi05jm9OlkxczuHeEqmvwPkYj6MWv44gbzDPefYOLysTOFyI3ziiy2ONmUZfpA==
2657
2657
dependencies:
2658
2658
undici-types "~5.26.4"
2659
2659
2660
+
2661
+ version "20.16.1"
2662
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-20.16.1.tgz#0b44b15271d0e2191ca68faf1fbe506e06aed732"
2663
+ integrity sha512-zJDo7wEadFtSyNz5QITDfRcrhqDvQI1xQNQ0VoizPjM/dVAODqqIUWbJPkvsxmTI0MYRGRikcdjMPhOssnPejQ==
2664
+ dependencies:
2665
+ undici-types "~6.19.2"
2666
+
2660
2667
"@types/node@^16":
2661
2668
version "16.18.79"
2662
2669
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.79.tgz#153e25561b271cf87dc1b28d38f98cebd514d788"
@@ -12495,6 +12502,11 @@ undici-types@~5.26.4:
12495
12502
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
12496
12503
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
12497
12504
12505
+ undici-types@~6.19.2:
12506
+ version "6.19.8"
12507
+ resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
12508
+ integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
12509
+
12498
12510
unfetch@^5.0.0:
12499
12511
version "5.0.0"
12500
12512
resolved "https://registry.yarnpkg.com/unfetch/-/unfetch-5.0.0.tgz#8a5b6e5779ebe4dde0049f7d7a81d4a1af99d142"
12777
12789
picocolors "^1.0.0"
12778
12790
vite "^5.0.0"
12779
12791
12780
- vite@^5.0.0, vite@^5.1.0-beta.6 :
12792
+ vite@^5.0.0:
12781
12793
version "5.1.1"
12782
12794
resolved "https://registry.yarnpkg.com/vite/-/vite-5.1.1.tgz#294e39b199d669981efc7e0261b14f78ec80819e"
12783
12795
integrity sha512-wclpAgY3F1tR7t9LL5CcHC41YPkQIpKUGeIuT8MdNwNZr6OqOTLs7JX5vIHAtzqLWXts0T+GDrh9pN2arneKqg==
You can’t perform that action at this time.
0 commit comments