Skip to content

Commit d2d3208

Browse files
authored
feat(quality-insights): added quality-insights package (#533)
* feat(quality-insights): added quality-insights package * chore(package.json): added quality-insights in the workspace * chore(ci): increased node-version to 20 * feat(quality-insights): changed func for deepCamelKeysToSnake * feat(quality-insights): updated package.json and added LICENSE * feat(tests): added vitest * feat(docs): added README.md * feat(quality-insights): updated package.json
1 parent c77a5f9 commit d2d3208

24 files changed

+12605
-7608
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- uses: actions/setup-node@v4
1919
with:
20-
node-version: 16
20+
node-version: 20
2121
- uses: dorny/paths-filter@v2
2222
id: changes
2323
with:

0 commit comments

Comments
 (0)