Skip to content

Commit 63b84b2

Browse files
authored
Update test matrix (#100)
* Update Nan version for better compat * No .DS_Store * Update verison matrix * No more travis
1 parent 83dee30 commit 63b84b2

File tree

5 files changed

+11
-34
lines changed

5 files changed

+11
-34
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
strategy:
2424
matrix:
25-
node-version: [8.x, 10.x, 12.x, 14.x, 16.x]
25+
node-version: [14.x, 16.x, 18.x, 20.x, 22.x]
2626

2727
steps:
2828
- uses: actions/checkout@v3

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules
22
build
33
_site
4+
.DS_Store

.travis.yml

-25
This file was deleted.

package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,15 @@
1212
"url": "git://github.com/brianc/node-libpq.git"
1313
},
1414
"scripts": {
15+
"clean": "node-gyp clean",
1516
"pretest": "node-gyp rebuild",
1617
"test": "node_modules/.bin/mocha"
1718
},
1819
"author": "Brian M. Carlson",
1920
"license": "MIT",
2021
"dependencies": {
2122
"bindings": "1.5.0",
22-
"nan": "^2.14.0"
23+
"nan": "2.19.0"
2324
},
2425
"devDependencies": {
2526
"async": "^2.6.2",

0 commit comments

Comments
 (0)