Skip to content

Commit

Permalink
Update Types, Test and Build (major) (#283)
Browse files Browse the repository at this point in the history
* Update Types, Test and Build

* Update node

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Philipp Legner <[email protected]>
  • Loading branch information
renovate[bot] and plegner authored May 8, 2023
1 parent d116be3 commit c3b61b3
Show file tree
Hide file tree
Showing 3 changed files with 610 additions and 245 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '18'
- run: npm ci --no-optional
- run: npm test
- run: npm run lint
Expand Down
Loading

0 comments on commit c3b61b3

Please sign in to comment.