Skip to content

Commit

Permalink
Update test matrix (#100)
Browse files Browse the repository at this point in the history
* Update Nan version for better compat

* No .DS_Store

* Update verison matrix

* No more travis
  • Loading branch information
brianc authored May 30, 2024
1 parent 83dee30 commit 63b84b2
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 34 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

strategy:
matrix:
node-version: [8.x, 10.x, 12.x, 14.x, 16.x]
node-version: [14.x, 16.x, 18.x, 20.x, 22.x]

steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
build
_site
.DS_Store
25 changes: 0 additions & 25 deletions .travis.yml

This file was deleted.

14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@
"url": "git://github.com/brianc/node-libpq.git"
},
"scripts": {
"clean": "node-gyp clean",
"pretest": "node-gyp rebuild",
"test": "node_modules/.bin/mocha"
},
"author": "Brian M. Carlson",
"license": "MIT",
"dependencies": {
"bindings": "1.5.0",
"nan": "^2.14.0"
"nan": "2.19.0"
},
"devDependencies": {
"async": "^2.6.2",
Expand Down

0 comments on commit 63b84b2

Please sign in to comment.