Skip to content

Commit

Permalink
add ORM
Browse files Browse the repository at this point in the history
  • Loading branch information
MacBook Pro 13 authored and MacBook Pro 13 committed Jul 11, 2024
1 parent 3a2abbf commit 36a2605
Show file tree
Hide file tree
Showing 15 changed files with 608 additions and 132 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
node-version: [20.x]
services:
postgres:
image: postgres:latest
Expand All @@ -31,7 +31,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: '14'
node-version: '20'
- name: Install dependencies
run: npm install
- name: Run tests
Expand Down
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,3 @@ node_modules

# MacOS
.DS_Store

.env.local
Loading

0 comments on commit 36a2605

Please sign in to comment.