Skip to content

Commit 202bcbb

Browse files
improved ajv reporting (#16)
1 parent 5a3b924 commit 202bcbb

File tree

7 files changed

+339
-236
lines changed

7 files changed

+339
-236
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: 18
17+
node-version: 22
1818
registry-url: https://registry.npmjs.org/
1919
- run: npm ci
2020
- run: npm run build

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- uses: actions/setup-node@v4
1414
with:
15-
node-version: 18
15+
node-version: 22
1616
- run: npm ci
1717
- run: npm install @rollup/rollup-linux-x64-gnu --save-dev
1818
- run: npm run build

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
1212

1313
:pencil: - chore
1414

15+
## 0.9.0
16+
- :rocket: improved ajv report
17+
1518
## 0.8.0
1619
- :pencil: update dependencies
1720

0 commit comments

Comments
 (0)