Skip to content

Commit

Permalink
use lts
Browse files Browse the repository at this point in the history
  • Loading branch information
0xslipk committed Nov 30, 2022
1 parent 63996a7 commit b75b0c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ workflows:
- test:
matrix:
parameters:
node-version: ['18.12', '16.13', '14.18']
node-version: ['lts', '16.13', '14.18']
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## 2.0.0
Published by **[0xslipk](https://github.com/0xslipk)** on **2022/11/30**
- [#60](https://github.com/0xslipk/fastify-objectionjs/pull/60) Remove node v12 and update deps

## BREAKING CHANGE
- The default client now is better-sqlite3 instead of sqlite3
Expand Down

0 comments on commit b75b0c8

Please sign in to comment.