Skip to content

Commit 285ac64

Browse files
authored
chore: fixes sqlite3 version and upgrades nodejs versions (#53)
1 parent b636ba6 commit 285ac64

File tree

3 files changed

+11399
-10280
lines changed

3 files changed

+11399
-10280
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ jobs:
1818
strategy:
1919
matrix:
2020
node:
21-
- 10 # 2020-04-01
22-
- 12
21+
- 18 # 2025-04-30
22+
- 20 # 2026-05-26
2323
- latest
2424
steps:
2525
- uses: actions/checkout@v2
2626
- uses: pnpm/[email protected]
2727
with:
28-
version: 6.0.1
28+
version: 9.15.3
2929
- name: Cache dependencies
3030
uses: actions/cache@v2
3131
env:

packages/sql/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"rollup-plugin-terser": "^6.1.0",
110110
"semantic-release": "^17.4.7",
111111
"sequelize": "6.3.4",
112-
"sqlite3": "^5.0.0",
112+
"sqlite3": "^5.1.7",
113113
"ts-node": "^8.10.2",
114114
"typeorm": "^0.2.25",
115115
"typescript": "^3.9.5"

0 commit comments

Comments
 (0)