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.x, 14.x, 16.x]
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: [12.x, 14.x, 16.x]
30
+ node-version: [14.x, 16.x]
31
31
  es-version: [7.6.1]
32
32
  jdk-version: [oraclejdk11]
33
33
  steps:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pelias-schema",
3
- "version": "6.4.1",
3
+ "version": "6.5.0",
4
4
  "author": "pelias",
5
5
  "description": "Elasticsearch schema files and tooling for Pelias",
6
6
  "homepage": "https://github.com/pelias/schema",