Skip to content
Merged

Dev #61

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [ '18', '22', '23' ]
node: [ '20', '22', '23', '24' ]
postgres: [ '12', '14', '16', '17' ]
runs-on: ubuntu-latest
timeout-minutes: 15
Expand Down
7 changes: 0 additions & 7 deletions .madgerc

This file was deleted.

9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
## Changelog

### [v2.22.9](https://github.com/panates/postgrejs/compare/v2.22.8...v2.22.9) -
### [v2.23.0](https://github.com/panates/postgrejs/compare/v2.22.9...v2.23.0) -

#### 🛠 Refactoring and Updates

- dev: Updated deps to support latest TypeScript and NodeJS. @Eray Hanoğlu
- dev: Updated deps to support latest TypeScript and NodeJS. @Eray Hanoğlu

### [v2.22.9](https://github.com/panates/postgrejs/compare/v2.22.8...v2.22.9) - 4 December 2025

### [v2.22.8](https://github.com/panates/postgrejs/compare/v2.22.7...v2.22.8) - 27 October 2025

Expand Down
25 changes: 0 additions & 25 deletions jest.config.cjs

This file was deleted.

Loading
Loading