Skip to content

Commit

Permalink
chore: housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurk91 committed Aug 28, 2024
1 parent 12dfb59 commit 1c57e37
Show file tree
Hide file tree
Showing 3 changed files with 4,046 additions and 3,283 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20.x

- name: Install pnpm
run: npm install -g pnpm@^8
run: npm install -g pnpm@^9

- name: Install dependencies
run: pnpm install --frozen-lockfile
Expand All @@ -38,7 +38,7 @@ jobs:
run: npm run test

- name: Upload coverage report
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: false

Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### [6.0.5](https:/ankurk91/vue-loading-overlay/compare/6.0.4...6.0.5)

* Fix: Typescript def, #123

### [6.0.4](https:/ankurk91/vue-loading-overlay/compare/6.0.3...6.0.4)

* Fix issue, #119
Expand Down
Loading

0 comments on commit 1c57e37

Please sign in to comment.