Skip to content

Commit 38a7bb1

Browse files
authored
Merge pull request #68 from bcgsc/task/KBDEV-1128-testing-orientjs-v3.2-on-relevant-gkb-repos
Task/KBDEV-1128: Testing orientjs v3.2 on relevant gkb repos
2 parents 9059f75 + 0fed3c4 commit 38a7bb1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/npm-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node: [12, 14, 16]
13+
node: [16, 18, 20]
1414
orientdb: ['3.0', '3.1', '3.2.13']
1515
name: orientdb-${{ matrix.orientdb }} node-${{ matrix.node }}
1616
services:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ these please see the [contributing guide](./docs/CONTRIBUTING.md).
3838
Requirements
3939

4040
- orientdb 3.0, 3.1, or 3.2
41-
- node v12, v14 or v16
41+
- node v16, v18 or v20
4242

4343
Clone the repository
4444

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"jsonwebtoken": "^8.2.0",
2727
"lodash": "^4.17.21",
2828
"morgan": "^1.10.0",
29-
"orientjs": "^3.0.11",
29+
"orientjs": "^3.2.0",
3030
"portfinder": "^1.0.20",
3131
"request-promise": "^4.2.1",
3232
"semver": "^5.6.0",

0 commit comments

Comments
 (0)