Skip to content

Commit 300644f

Browse files
authored
fix: update dependencies infer paginate params (#418)
* chore: update dependencies * fix: infer Paginated/Array from params * test: fix tests * ci: rm actions for node 14
1 parent 704081b commit 300644f

File tree

6 files changed

+1058
-586
lines changed

6 files changed

+1058
-586
lines changed

.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
strategy:
2323
matrix:
24-
node-version: [14.x, 16.x, 18.x]
24+
node-version: [16.x, 18.x]
2525
database: ['sqlite', 'postgres']
2626

2727
steps:

0 commit comments

Comments
 (0)