Skip to content

Commit

Permalink
Merge pull request #68 from bcgsc/task/KBDEV-1128-testing-orientjs-v3…
Browse files Browse the repository at this point in the history
….2-on-relevant-gkb-repos

Task/KBDEV-1128: Testing orientjs v3.2 on relevant gkb repos
  • Loading branch information
sshugsc committed Mar 1, 2024
2 parents 9059f75 + 0fed3c4 commit 38a7bb1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ these please see the [contributing guide](./docs/CONTRIBUTING.md).
Requirements

- orientdb 3.0, 3.1, or 3.2
- node v12, v14 or v16
- node v16, v18 or v20

Clone the repository

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 38a7bb1

Please sign in to comment.