File tree Expand file tree Collapse file tree 3 files changed +516
-28
lines changed Expand file tree Collapse file tree 3 files changed +516
-28
lines changed Original file line number Diff line number Diff line change @@ -38,25 +38,23 @@ jobs:
38
38
fail-fast : false
39
39
matrix :
40
40
node :
41
- - ' 10'
42
- - ' 12'
43
- - ' 14'
44
41
- ' 16'
45
42
- ' 18'
46
43
- ' 20'
44
+ - ' 22'
47
45
os :
48
46
- ubuntu-latest
49
47
name : Node.js ${{ matrix.node }} (${{ matrix.os }})
50
48
runs-on : ${{ matrix.os }}
51
49
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 }}
60
58
steps :
61
59
- name : Show OS
62
60
run : |
Original file line number Diff line number Diff line change 38
38
"generic-pool" : " ^2.1.1" ,
39
39
"lodash" : " ^2.4.1" ,
40
40
"mocha" : " 3.4.2" ,
41
+ "node-gyp" : " >=10.x" ,
41
42
"okay" : " ^0.3.0" ,
42
43
"pg" : " *" ,
43
44
"semver" : " ^4.1.0"
You can’t perform that action at this time.
0 commit comments