Skip to content

Commit

Permalink
minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
eduvinagre committed Aug 24, 2024
1 parent 8e1b27f commit 5e965c4
Show file tree
Hide file tree
Showing 3 changed files with 134 additions and 94 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
222 changes: 131 additions & 91 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"devDependencies": {
"@mate-academy/eslint-config": "latest",
"@mate-academy/scripts": "^1.7.3",
"@mate-academy/scripts": "^1.8.1",
"axios": "^1.6.7",
"eslint": "^7.32.0",
"eslint-plugin-jest": "^22.4.1",
Expand Down

0 comments on commit 5e965c4

Please sign in to comment.