Skip to content

Commit 2840d4a

Browse files
committed
I dont know whats up with lerna and node-gyp but Im crying
1 parent a8cba3f commit 2840d4a

File tree

3 files changed

+516
-28
lines changed

3 files changed

+516
-28
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,25 +38,23 @@ jobs:
3838
fail-fast: false
3939
matrix:
4040
node:
41-
- '10'
42-
- '12'
43-
- '14'
4441
- '16'
4542
- '18'
4643
- '20'
44+
- '22'
4745
os:
4846
- ubuntu-latest
4947
name: Node.js ${{ matrix.node }} (${{ matrix.os }})
5048
runs-on: ${{ matrix.os }}
5149
env:
52-
PGUSER: postgres
53-
PGPASSWORD: postgres
54-
PGHOST: localhost
55-
PGDATABASE: ci_db_test
56-
PGTESTNOSSL: 'true'
57-
SCRAM_TEST_PGUSER: scram_test
58-
SCRAM_TEST_PGPASSWORD: test4scram
59-
TEST_SKIP_NATIVE: ${{ matrix.node == 20 }}
50+
PGUSER: postgres
51+
PGPASSWORD: postgres
52+
PGHOST: localhost
53+
PGDATABASE: ci_db_test
54+
PGTESTNOSSL: 'true'
55+
SCRAM_TEST_PGUSER: scram_test
56+
SCRAM_TEST_PGPASSWORD: test4scram
57+
TEST_SKIP_NATIVE: ${{ matrix.node == 20 }}
6058
steps:
6159
- name: Show OS
6260
run: |

packages/pg-native/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"generic-pool": "^2.1.1",
3939
"lodash": "^2.4.1",
4040
"mocha": "3.4.2",
41+
"node-gyp": ">=10.x",
4142
"okay": "^0.3.0",
4243
"pg": "*",
4344
"semver": "^4.1.0"

0 commit comments

Comments
 (0)