We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2083a20 commit 9a707a1Copy full SHA for 9a707a1
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
build:
11
strategy:
12
matrix:
13
- node-version: [12.x, 16.x]
+ node-version: [16.x]
14
platform: [ubuntu-latest]
15
16
runs-on: ${{ matrix.platform }}
@@ -52,7 +52,7 @@ jobs:
52
NODE_ENV: test
53
DB_CLIENT: pg
54
DB_PORT: 5432
55
- DB_HOST: 0.0.0.0
+ DB_HOST: 127.0.0.1
56
DB_USER: postgres
57
DB_PASSWORD: secret
58
TEST_DB_NAME: starter_test
package.json
@@ -12,8 +12,7 @@
"email": "sgr.raee@gmail.com"
},
"engines": {
- "node": ">= 10.16.0",
- "yarn": ">= 1.15.2"
+ "node": ">= 16.5.0"
17
18
"scripts": {
19
"start": "nodemon",
0 commit comments