Skip to content

Commit 9a707a1

Browse files
committed
Update action file
1 parent 2083a20 commit 9a707a1

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
strategy:
1212
matrix:
13-
node-version: [12.x, 16.x]
13+
node-version: [16.x]
1414
platform: [ubuntu-latest]
1515

1616
runs-on: ${{ matrix.platform }}
@@ -52,7 +52,7 @@ jobs:
5252
NODE_ENV: test
5353
DB_CLIENT: pg
5454
DB_PORT: 5432
55-
DB_HOST: 0.0.0.0
55+
DB_HOST: 127.0.0.1
5656
DB_USER: postgres
5757
DB_PASSWORD: secret
5858
TEST_DB_NAME: starter_test

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
"email": "sgr.raee@gmail.com"
1313
},
1414
"engines": {
15-
"node": ">= 10.16.0",
16-
"yarn": ">= 1.15.2"
15+
"node": ">= 16.5.0"
1716
},
1817
"scripts": {
1918
"start": "nodemon",

0 commit comments

Comments
 (0)