Skip to content

Commit

Permalink
Merge pull request #282 from mate-academy/node20
Browse files Browse the repository at this point in the history
add latest deps
  • Loading branch information
mgrinko authored Sep 2, 2024
2 parents 3a2abbf + 4b57c13 commit 56fe035
Show file tree
Hide file tree
Showing 4 changed files with 6,452 additions and 2,852 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 56fe035

Please sign in to comment.