mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
Do not test cf in older versions of node
This commit is contained in:
parent
67dcb49c3e
commit
e108602224
@ -1,4 +1,4 @@
|
||||
if (parseInt(process.versions.node.split('.')[0]) < 16) {
|
||||
if (parseInt(process.versions.node.split('.')[0]) < 20) {
|
||||
process.exit(0)
|
||||
}
|
||||
var helper = require('../../test-helper')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user