Skip to content

Commit

Permalink
update to orientjs v3.2 and node 18,20
Browse files Browse the repository at this point in the history
  • Loading branch information
sshugsc committed Feb 28, 2024
1 parent 9059f75 commit bf988ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [12, 14, 16]
node: [16, 18, 20]
orientdb: ['3.0', '3.1', '3.2.13']
name: orientdb-${{ matrix.orientdb }} node-${{ matrix.node }}
services:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"jsonwebtoken": "^8.2.0",
"lodash": "^4.17.21",
"morgan": "^1.10.0",
"orientjs": "^3.0.11",
"orientjs": "^3.2.0",
"portfinder": "^1.0.20",
"request-promise": "^4.2.1",
"semver": "^5.6.0",
Expand Down

0 comments on commit bf988ed

Please sign in to comment.