File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 41
41
alpine :
42
42
name : Test installer on Alpine
43
43
runs-on : ubuntu-latest
44
- container : " alpine:3.16 "
44
+ container : " alpine:3.17 "
45
45
steps :
46
46
- name : Checkout repo
47
47
uses : actions/checkout@v3
Original file line number Diff line number Diff line change 38
38
name : Run script unit tests
39
39
runs-on : ubuntu-latest
40
40
# This runs on Alpine to make sure we're testing with actual sh.
41
- container : " alpine:3.16 "
41
+ container : " alpine:3.17 "
42
42
steps :
43
43
- name : Checkout repo
44
44
uses : actions/checkout@v3
Original file line number Diff line number Diff line change 61
61
"eslint-import-resolver-typescript" : " ^3.5.2" ,
62
62
"eslint-plugin-import" : " ^2.26.0" ,
63
63
"eslint-plugin-prettier" : " ^4.2.1" ,
64
- "prettier" : " 2.7.1 " ,
64
+ "prettier" : " 2.8.0 " ,
65
65
"prettier-plugin-sh" : " ^0.12.8" ,
66
66
"ts-node" : " ^10.0.0" ,
67
67
"typescript" : " ^4.6.2"
Original file line number Diff line number Diff line change @@ -2775,10 +2775,10 @@ prettier-plugin-sh@^0.12.8:
2775
2775
sh-syntax "^0.3.6"
2776
2776
synckit "^0.8.1"
2777
2777
2778
- prettier@2.7.1 :
2779
- version "2.7.1 "
2780
- resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.7.1 .tgz#e235806850d057f97bb08368a4f7d899f7760c64 "
2781
- integrity sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g ==
2778
+ prettier@2.8.0 :
2779
+ version "2.8.0 "
2780
+ resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.0 .tgz#c7df58393c9ba77d6fba3921ae01faf994fb9dc9 "
2781
+ integrity sha512-9Lmg8hTFZKG0Asr/kW9Bp8tJjRVluO8EJQVfY2T7FMw9T5jy4I/Uvx0Rca/XWf50QQ1/SS48+6IJWnrb+2yemA ==
2782
2782
2783
2783
proxy-addr@~2.0.5 :
2784
2784
version "2.0.6"
You can’t perform that action at this time.
0 commit comments