File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 7
7
strategy :
8
8
matrix :
9
9
os : [ubuntu-latest]
10
- node : [10, 12, 13 ]
10
+ node : [14, 16, 18 ]
11
11
steps :
12
12
- uses : actions/checkout@v1
13
13
- uses : actions/setup-node@v1
Original file line number Diff line number Diff line change 83
83
"semver" : " ^5.6.0" ,
84
84
"slash" : " ^2.0.0" ,
85
85
"tmp" : " ^0.0.33" ,
86
- "yaml" : " ^1.10 .2"
86
+ "yaml" : " ^2.2 .2"
87
87
},
88
88
"files" : [
89
89
" index.js" ,
Original file line number Diff line number Diff line change @@ -5971,10 +5971,10 @@ yaml@^1.10.0:
5971
5971
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.0.tgz#3b593add944876077d4d683fee01081bd9fff31e"
5972
5972
integrity sha512-yr2icI4glYaNG+KWONODapy2/jDdMSDnrONSjblABjD9B4Z5LgiircSt8m8sRZFNi08kG9Sm0uSHtEmP3zaEGg==
5973
5973
5974
- yaml@^1.10 .2 :
5975
- version "1.10 .2"
5976
- resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10 .2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b "
5977
- integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg ==
5974
+ yaml@^2.2 .2 :
5975
+ version "2.2 .2"
5976
+ resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.2 .2.tgz#ec551ef37326e6d42872dad1970300f8eb83a073 "
5977
+ integrity sha512-CBKFWExMn46Foo4cldiChEzn7S7SRV+wqiluAb6xmueD/fGyRHIhX8m14vVGgeFWjN540nKCNVj6P21eQjgTuA ==
5978
5978
5979
5979
5980
5980
version "10.1.0"
You can’t perform that action at this time.
0 commit comments