File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 20
20
- name : Install Node.js
21
21
uses : actions/setup-node@v3
22
22
with :
23
- node-version : 17
23
+ node-version : latest
24
24
- name : Upgrade ghcup
25
25
run : ghcup upgrade -i -f
26
26
shell : bash
Original file line number Diff line number Diff line change 590
590
"lru-cache" : " ^7.14.0" ,
591
591
"ts-pattern" : " ^4.0.5" ,
592
592
"vscode-languageclient" : " ^7.0.0" ,
593
- "which" : " ^2 .0.1 " ,
593
+ "which" : " ^3 .0.0 " ,
594
594
"yauzl" : " ^2.10.0"
595
595
}
596
596
}
Original file line number Diff line number Diff line change @@ -2571,6 +2571,13 @@ which@^2.0.1:
2571
2571
dependencies :
2572
2572
isexe "^2.0.0"
2573
2573
2574
+ which@^3.0.0 :
2575
+ version "3.0.0"
2576
+ resolved "https://registry.yarnpkg.com/which/-/which-3.0.0.tgz#a9efd016db59728758a390d23f1687b6e8f59f8e"
2577
+ integrity sha512-nla//68K9NU6yRiwDY/Q8aU6siKlSs64aEC7+IV56QoAuyQT2ovsJcgGYGyqMOmI/CGN1BOR6mM5EN0FBO+zyQ==
2578
+ dependencies :
2579
+ isexe "^2.0.0"
2580
+
2574
2581
wildcard@^2.0.0 :
2575
2582
version "2.0.0"
2576
2583
resolved "https://registry.yarnpkg.com/wildcard/-/wildcard-2.0.0.tgz#a77d20e5200c6faaac979e4b3aadc7b3dd7f8fec"
You can’t perform that action at this time.
0 commit comments