File tree Expand file tree Collapse file tree 4 files changed +15
-23
lines changed Expand file tree Collapse file tree 4 files changed +15
-23
lines changed Original file line number Diff line number Diff line change @@ -15,23 +15,16 @@ jobs:
1515
1616 runs-on : ubuntu-latest
1717
18- strategy :
19- matrix :
20- node-version : [18.x]
21-
2218 steps :
23- - uses : actions/checkout@v2
24- - name : Use Node.js ${{ matrix.node-version }}
25- uses : actions/setup-node@v2
19+ - uses : actions/checkout@v4
20+ - uses : actions/setup-node@v4
2621 with :
27- node-version : ${{ matrix.node-version }}
28- - name : Install depot_tools
29- run : |
22+ node-version : ' 18.x'
23+ - run : |
3024 sudo apt-get install git curl xz-utils python3-pkg-resources python3-virtualenv python3-oauth2client
3125 git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
3226 echo "PATH=$(pwd)/depot_tools:$PATH" >> $GITHUB_ENV
33- - name : Build chii
34- run : |
27+ - run : |
3528 npm i -g @liriliri/lsla
3629 npm i
3730 npm run init:front_end
Original file line number Diff line number Diff line change @@ -11,25 +11,20 @@ jobs:
1111 runs-on : ubuntu-latest
1212
1313 steps :
14- - name : Checkout
15- uses : actions/checkout@v2
16- - name : Setup Node
17- uses : actions/setup-node@v2
14+ - uses : actions/checkout@v4
15+ - uses : actions/setup-node@v4
1816 with :
1917 node-version : ' 18.x'
2018 registry-url : ' https://registry.npmjs.org'
21- - name : Install depot_tools
22- run : |
19+ - run : |
2320 sudo apt-get install git curl xz-utils python3-pkg-resources python3-virtualenv python3-oauth2client
2421 git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
2522 echo "PATH=$(pwd)/depot_tools:$PATH" >> $GITHUB_ENV
26- - name : Build chii
27- run : |
23+ - run : |
2824 npm i -g @liriliri/lsla
2925 npm i
3026 npm run init:front_end
3127 npm run build
32- - name : Publish package on NPM
33- run : npm publish
28+ - run : npm publish
3429 env :
3530 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 1+ ## 1.15.3 (27 Oct 2024)
2+
3+ * fix: embedded mode not resizable on mobile [ #81 ] ( https://github.com/liriliri/chii/issues/81 )
4+
15## 1.15.2 (17 Oct 2024)
26
37* fix: ws dead loop
Original file line number Diff line number Diff line change 11{
22 "name" : " chii" ,
3- "version" : " 1.15.2 " ,
3+ "version" : " 1.15.3 " ,
44 "description" : " Chrome devtools framework" ,
55 "main" : " ./server/index.js" ,
66 "bin" : {
You can’t perform that action at this time.
0 commit comments