pelias-schema 6.6.0 → 6.7.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,7 +7,7 @@ jobs:
7
7
  matrix:
8
8
  os:
9
9
  - ${{ vars.UBUNTU_VERSION }}
10
- node-version: [14.x, 16.x]
10
+ node-version: [16.x, 18.x]
11
11
  es-version: [7.6.1]
12
12
  jdk-version: [oraclejdk11]
13
13
  steps:
@@ -23,7 +23,6 @@ jobs:
23
23
  run: ./scripts/setup_ci.sh
24
24
  - name: Run integration tests
25
25
  run: |
26
- npm install -g npm
27
26
  npm install
28
27
  curl http://127.0.0.1:9200/
29
28
  ./bin/create_index
@@ -7,7 +7,7 @@ jobs:
7
7
  matrix:
8
8
  os:
9
9
  - ${{ vars.UBUNTU_VERSION }}
10
- node-version: [14.x, 16.x]
10
+ node-version: [16.x, 18.x]
11
11
  steps:
12
12
  - uses: actions/checkout@v2
13
13
  - name: Install node.js ${{ matrix.node-version }}
@@ -16,6 +16,5 @@ jobs:
16
16
  node-version: ${{ matrix.node-version }}
17
17
  - name: Run unit tests
18
18
  run: |
19
- npm install -g npm
20
19
  npm install
21
20
  npm run test
@@ -17,7 +17,7 @@ jobs:
17
17
  - name: Install Node.js
18
18
  uses: actions/setup-node@v2-beta
19
19
  with:
20
- node-version: 16.x
20
+ node-version: 20.x
21
21
  - name: Run semantic-release
22
22
  env:
23
23
  GH_TOKEN: ${{ secrets.GH_SEMANTIC_RELEASE_TOKEN }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pelias-schema",
3
- "version": "6.6.0",
3
+ "version": "6.7.0",
4
4
  "author": "pelias",
5
5
  "description": "Elasticsearch schema files and tooling for Pelias",
6
6
  "homepage": "https://github.com/pelias/schema",