Skip to content

Commit

Permalink
fix: update dependencies infer paginate params (#418)
Browse files Browse the repository at this point in the history
* chore: update dependencies

* fix: infer Paginated/Array from params

* test: fix tests

* ci: rm actions for node 14
  • Loading branch information
fratzinger authored Jun 21, 2023
1 parent 704081b commit 300644f
Show file tree
Hide file tree
Showing 6 changed files with 1,058 additions and 586 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [16.x, 18.x]
database: ['sqlite', 'postgres']

steps:
Expand Down
Loading

0 comments on commit 300644f

Please sign in to comment.