Skip to content

Commit 25fbb72

Browse files
authored
refactor: Merge pull request #14 from uiwjs/v2
refactor: refactor v1 version
2 parents 0deb58c + cbb52eb commit 25fbb72

File tree

115 files changed

+3357
-2516
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+3357
-2516
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,15 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- uses: actions/setup-node@v3
1313
with:
14-
node-version: 16
14+
node-version: 18
1515
registry-url: 'https://registry.npmjs.org'
1616

17+
- run: node -v
18+
- run: npm -v
1719
- run: npm install
1820
- run: npm run build
1921
- run: npm run coverage
2022
- run: npm run doc
21-
# working-directory: ./www
2223

2324
- name: Create Coverage Badges
2425
uses: jaywcjlove/coverage-badges-cli@main
@@ -49,7 +50,7 @@ jobs:
4950
- name: Deploy
5051
uses: peaceiris/actions-gh-pages@v3
5152
with:
52-
commit_message: ${{steps.tag_version.outputs.tag}} ${{ github.event.head_commit.message }}
53+
commit_message: ${{ github.event.head_commit.message }}
5354
github_token: ${{ secrets.GITHUB_TOKEN }}
5455
publish_dir: ./www/build
5556

0 commit comments

Comments
 (0)