Skip to content

Commit

Permalink
Merge pull request #169 from dhershman1/dev
Browse files Browse the repository at this point in the history
[Chore]: dependency updates
  • Loading branch information
dhershman1 authored Feb 10, 2023
2 parents d2ebcf1 + f022b5d commit 9e2e830
Show file tree
Hide file tree
Showing 7 changed files with 10,140 additions and 1,583 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/kyanite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Kyanite CI

on:
push:
branches: [ master, development ]
branches: [ master, dev ]
pull_request:
branches: [ master ]

Expand All @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x]
node-version: [14.x, 16.x, 18.x]

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x]
node-version: [14.x, 16.x, 18.x]

steps:
- uses: actions/checkout@v2
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## v1.6.3

### Changed

- Removed LGTM badge
- Fixed build badge
- Added preset to babel compiler

### Chore

- Dev dependency updates
- Removed unused dependency
- Removed `mean` type error test since this isn't really needed

## v1.6.2

### Fixed
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,11 @@
<img alt="Npm Version" src="https://img.shields.io/npm/v/kyanite.svg?style=flat-square">
</a>
<a href="https://github.com/dhershman1/kyanite/actions/workflows/kyanite.yml">
<img alt="Build Status" src="https://img.shields.io/github/workflow/status/dhershman1/kyanite/Kyanite%20CI?style=flat-square">
<img alt="Build Status" src="https://img.shields.io/github/actions/workflow/status/dhershman1/kyanite/kyanite.yml?style=flat-square">
</a>
<a href="https://codecov.io/gh/dhershman1/kyanite">
<img alt="Coverage" src="https://codecov.io/gh/dhershman1/kyanite/branch/master/graph/badge.svg">
</a>
<a href="https://lgtm.com/projects/g/dhershman1/kyanite/context:javascript">
<img alt="Coverage" src="https://img.shields.io/lgtm/grade/javascript/g/dhershman1/kyanite.svg?style=flat-square&logo=lgtm&logoWidth=18">
</a>
</p>
<br />
<p align=center>
Expand Down
Loading

0 comments on commit 9e2e830

Please sign in to comment.