pelias-schema 6.4.0 → 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/Dockerfile CHANGED
@@ -6,7 +6,7 @@ ENV WORKDIR /code/pelias/schema
6
6
  WORKDIR ${WORKDIR}
7
7
 
8
8
  # copy package.json first to prevent npm install being rerun when only code changes
9
- COPY ./package.json ${WORK}
9
+ COPY ./package.json ${WORKDIR}
10
10
  RUN npm install
11
11
 
12
12
  # add code from local checkout to image
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pelias-schema",
3
- "version": "6.4.0",
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",
@@ -44,7 +44,7 @@
44
44
  "iso3166-1": "^0.5.1",
45
45
  "proxyquire": "^2.0.0",
46
46
  "tap-spec": "^5.0.0",
47
- "tape": "^4.5.0"
47
+ "tape": "^5.0.0"
48
48
  },
49
49
  "pre-commit": [],
50
50
  "release": {