File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 2020 - name : Install Node.js
2121 uses : actions/setup-node@v3
2222 with :
23- node-version : 17
23+ node-version : latest
2424 - name : Upgrade ghcup
2525 run : ghcup upgrade -i -f
2626 shell : bash
Original file line number Diff line number Diff line change 590590 "lru-cache" : " ^7.14.0" ,
591591 "ts-pattern" : " ^4.0.5" ,
592592 "vscode-languageclient" : " ^7.0.0" ,
593- "which" : " ^2 .0.1 " ,
593+ "which" : " ^3 .0.0 " ,
594594 "yauzl" : " ^2.10.0"
595595 }
596596}
Original file line number Diff line number Diff line change @@ -2571,6 +2571,13 @@ which@^2.0.1:
25712571 dependencies :
25722572 isexe "^2.0.0"
25732573
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+
25742581wildcard@^2.0.0 :
25752582 version "2.0.0"
25762583 resolved "https://registry.yarnpkg.com/wildcard/-/wildcard-2.0.0.tgz#a77d20e5200c6faaac979e4b3aadc7b3dd7f8fec"
You can’t perform that action at this time.
0 commit comments