pelias-schema 7.1.0 → 7.2.0
Sign up to get free protection for your applications and to get access to all the features.
@@ -7,13 +7,13 @@ jobs:
|
|
7
7
|
matrix:
|
8
8
|
os:
|
9
9
|
- ${{ vars.UBUNTU_VERSION }}
|
10
|
-
node-version: [
|
10
|
+
node-version: [18.x, 20.x, 22.x]
|
11
11
|
es-version: [7.6.1]
|
12
12
|
jdk-version: [oraclejdk11]
|
13
13
|
steps:
|
14
14
|
- uses: actions/checkout@v2
|
15
15
|
- name: Install node.js ${{ matrix.node-version }}
|
16
|
-
uses: actions/setup-node@
|
16
|
+
uses: actions/setup-node@v4
|
17
17
|
with:
|
18
18
|
node-version: ${{ matrix.node-version }}
|
19
19
|
- name: Start elasticsearch ${{ matrix.es-version }} (${{ matrix.jdk-version }})
|
@@ -7,11 +7,11 @@ jobs:
|
|
7
7
|
matrix:
|
8
8
|
os:
|
9
9
|
- ${{ vars.UBUNTU_VERSION }}
|
10
|
-
node-version: [
|
10
|
+
node-version: [18.x, 20.x, 22.x]
|
11
11
|
steps:
|
12
12
|
- uses: actions/checkout@v2
|
13
13
|
- name: Install node.js ${{ matrix.node-version }}
|
14
|
-
uses: actions/setup-node@
|
14
|
+
uses: actions/setup-node@v4
|
15
15
|
with:
|
16
16
|
node-version: ${{ matrix.node-version }}
|
17
17
|
- name: Run unit tests
|
package/package.json
CHANGED
package/scripts/create_index.js
CHANGED