Skip to content

Commit

Permalink
Merge branch 'develop' into bugfix/KBDEV-1101-keyword-query-bug
Browse files Browse the repository at this point in the history
Merge changes made to GH workflow
  • Loading branch information
mathieulemieux committed Oct 4, 2023
2 parents 05303c1 + 99fa8d7 commit 5791a17
Showing 1 changed file with 2 additions and 1 deletion.
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

0 comments on commit 5791a17

Please sign in to comment.