Skip to content

Commit 6d57983

Browse files
author
Ronald Jerez
committed
chore: workflow updates
1 parent b03d463 commit 6d57983

File tree

5 files changed

+11
-8
lines changed

5 files changed

+11
-8
lines changed

.github/workflows/coverage.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
branches:
77
- master
88
- beta
9+
- next
10+
- v[0-9]+.**
911

1012
jobs:
1113
coverage:
@@ -15,7 +17,7 @@ jobs:
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

.github/workflows/gh-pages-beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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

.github/workflows/gh-pages-latest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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
@@ -22,6 +22,6 @@ jobs:
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

.github/workflows/release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,17 @@ on:
88
- master
99
- next
1010
- beta
11+
- v[0-9]+.**
1112

1213
jobs:
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)