Skip to content

Commit f4f5e54

Browse files
committed
Install proper version of pg-native
1 parent 40c50e7 commit f4f5e54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ test-missing-native:
4242
@echo "***Testing optional native install***"
4343
@rm -rf node_modules/pg-native
4444
@node test/native/missing-native.js
45-
@npm install pg-native@1.4.0
45+
@npm install pg-native
4646
@node test/native/missing-native.js
4747
@rm -rf node_modules/pg-native
4848

0 commit comments

Comments
 (0)