File tree Expand file tree Collapse file tree 5 files changed +11
-8
lines changed Expand file tree Collapse file tree 5 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 66 branches :
77 - master
88 - beta
9+ - next
10+ - v[0-9]+.**
911
1012jobs :
1113 coverage :
1517 - uses : actions/checkout@v4
1618 - uses : actions/setup-node@v4
1719 with :
18- node-version : 16
20+ node-version : 18
1921 - name : Install
2022 run : npm ci
2123 - name : Test
Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v4
1414 - uses : actions/setup-node@v4
1515 with :
16- node-version : 16
16+ node-version : 18
1717 - name : Install
1818 run : npm ci
1919 - name : Build Docs
Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v4
1414 - uses : actions/setup-node@v4
1515 with :
16- node-version : 16
16+ node-version : 18
1717 - name : Install
1818 run : npm ci
1919 - name : Build Docs
2222 uses : peaceiris/actions-gh-pages@v3
2323 with :
2424 github_token : ${{ secrets.GITHUB_TOKEN }}
25- publish_dir : ./build
25+ publish_dir : ./storybook-static
2626 destination_dir : latest
2727
Original file line number Diff line number Diff line change 88 - master
99 - next
1010 - beta
11+ - v[0-9]+.**
1112
1213jobs :
1314 release :
1415 name : Release
1516 runs-on : ubuntu-latest
1617 steps :
17- - uses : actions/checkout@v2
18- - uses : actions/setup-node@v2
18+ - uses : actions/checkout@v4
19+ - uses : actions/setup-node@v4
1920 with :
20- node-version : 16
21+ node-version : 18
2122 - name : Install
2223 run : npm ci
2324 - name : Test
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ A lightweight and dependency free input masking library created specific for Vue
1111
1212<div class =" hide " markdown =" 1 " >
1313
14- ### [ Docs and Demo] ( https://ronaldjerez.github.io/vue-input-facade/latest / )
14+ ### [ Docs and Demo] ( https://ronaldjerez.github.io/vue-input-facade/beta / )
1515
1616</div >
1717
You can’t perform that action at this time.
0 commit comments