Skip to content

Commit

Permalink
chore: update sql-ts to 7 (#213)
Browse files Browse the repository at this point in the history
* chore: update sql-ts to 7

* Update test.yml

---------

Co-authored-by: Kiko Beats <[email protected]>
  • Loading branch information
charsleysa and Kikobeats authored Sep 24, 2024
1 parent 5e73f0e commit 0b0be71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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:

strategy:
matrix:
node-version: [18, 20]
node-version: [18, 20, 22]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
env:
MYSQL_DB_DATABASE: keyv_test
Expand Down
2 changes: 1 addition & 1 deletion packages/sql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"value"
],
"dependencies": {
"sql-ts": "5"
"sql-ts": "7"
},
"devDependencies": {
"@keyvhq/core": "latest",
Expand Down

0 comments on commit 0b0be71

Please sign in to comment.