Skip to content

Commit

Permalink
Merge pull request #63 from bcgsc/release/v3.14.5
Browse files Browse the repository at this point in the history
Release/v3.14.5
  • Loading branch information
mathieulemieux committed Nov 7, 2023
2 parents 1215e2b + e871154 commit 0274e6a
Show file tree
Hide file tree
Showing 5 changed files with 652 additions and 1,203 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/npm-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: build

on:
- push
- workflow_dispatch


jobs:
Expand All @@ -10,7 +11,7 @@ jobs:
strategy:
matrix:
node: [12, 14, 16]
orientdb: ['3.0', '3.1', '3.2']
orientdb: ['3.0', '3.1', '3.2.13']
name: orientdb-${{ matrix.orientdb }} node-${{ matrix.node }}
services:
orientdb:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ To actually use the API, the orientDB instance must already be running. To confi
GKB_DBS_PASS=root
GKB_DBS_USER=root
GKB_DB_HOST='HOST NAME'
GKB_DB_PORT=2480
GKB_DB_PORT=2424
GKB_KEY_FILE='id_rsa' # used in generating the tokens
```

Expand Down
Loading

0 comments on commit 0274e6a

Please sign in to comment.