pelias-schema 6.4.1 → 6.5.0
Sign up to get free protection for your applications and to get access to all the features.
@@ -9,7 +9,7 @@ jobs:
|
|
9
9
|
strategy:
|
10
10
|
matrix:
|
11
11
|
os: [ubuntu-20.04]
|
12
|
-
node-version: [
|
12
|
+
node-version: [14.x, 16.x]
|
13
13
|
steps:
|
14
14
|
- uses: actions/checkout@v2
|
15
15
|
- name: Install node.js ${{ matrix.node-version }}
|
@@ -27,7 +27,7 @@ jobs:
|
|
27
27
|
strategy:
|
28
28
|
matrix:
|
29
29
|
os: [ubuntu-20.04]
|
30
|
-
node-version: [
|
30
|
+
node-version: [14.x, 16.x]
|
31
31
|
es-version: [7.6.1]
|
32
32
|
jdk-version: [oraclejdk11]
|
33
33
|
steps:
|