Skip to content

Commit

Permalink
chore: fixes sqlite3 version and upgrades nodejs versions (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
stalniy authored Feb 11, 2025
1 parent b636ba6 commit 285ac64
Show file tree
Hide file tree
Showing 3 changed files with 11,399 additions and 10,280 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:
strategy:
matrix:
node:
- 10 # 2020-04-01
- 12
- 18 # 2025-04-30
- 20 # 2026-05-26
- latest
steps:
- uses: actions/checkout@v2
- uses: pnpm/[email protected]
with:
version: 6.0.1
version: 9.15.3
- name: Cache dependencies
uses: actions/cache@v2
env:
Expand Down
2 changes: 1 addition & 1 deletion packages/sql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"rollup-plugin-terser": "^6.1.0",
"semantic-release": "^17.4.7",
"sequelize": "6.3.4",
"sqlite3": "^5.0.0",
"sqlite3": "^5.1.7",
"ts-node": "^8.10.2",
"typeorm": "^0.2.25",
"typescript": "^3.9.5"
Expand Down
Loading

0 comments on commit 285ac64

Please sign in to comment.