Skip to content

Commit de7762b

Browse files
authored
Add 3.7 to test matrix, bump node 13 to 14
1 parent b36c57a commit de7762b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88

99
strategy:
1010
matrix:
11-
node-version: [10, 12, 13]
12-
arangodb-version: [3.5, 3.6]
11+
node-version: [10, 12, 14]
12+
arangodb-version: [3.5, 3.6, 3.7]
1313

1414
container:
1515
image: node:${{ matrix.node-version }}

0 commit comments

Comments
 (0)