Skip to content

Commit

Permalink
Merge pull request #2257 from terascope/update-node-12.19
Browse files Browse the repository at this point in the history
v0.71.1 - Update node to 12.19 in Dockerfile
  • Loading branch information
peterdemartini authored Oct 15, 2020
2 parents c2b4b85 + e417494 commit 1ce4dac
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
dist: bionic
os: linux
language: node_js
node_js: '12.18'
node_js: '12.19'
# use a smaller depth for faster builds
git:
depth: 10
Expand Down Expand Up @@ -48,28 +48,28 @@ jobs:
script: yarn --silent test --suite unit-a

- name: 'Unit Test Suite (node 12)'
node_js: '12.18'
node_js: '12.19'
# run only on pull-requests or cron
if: branch = master AND type IN (pull_request, cron)
script: yarn --silent test --suite unit-b

- script:
name: 'ES Test Suite (elasticsearch 6) (node 12)'
node_js: '12.18'
node_js: '12.19'
# run only on pull-requests and cron
if: branch = master AND type IN (pull_request, cron)
script: yarn --silent test --suite elasticsearch --elasticsearch-version 6.8.6 --elasticsearch-api-version 6.5

- script:
name: 'ES Test Suite (elasticsearch 7) (node 12)'
node_js: '12.18'
node_js: '12.19'
# run only on pull-requests
if: branch = master AND type IN (pull_request) AND commit_message !~ /^WIP/
script: yarn --silent test --suite elasticsearch --elasticsearch-version 7.2.1 --elasticsearch-api-version 7.0 --report-coverage false

- script:
name: 'End-to-End Test Suite (elasticsearch 6) (node 12)'
node_js: '12.18'
node_js: '12.19'
# run only on pull-requests and cron
if: branch = master AND type IN (pull_request, cron) AND fork = false
script: yarn --silent --cwd e2e test
Expand All @@ -84,7 +84,7 @@ jobs:

- script:
name: 'Publish packages, docs and expiremental docker image'
node_js: '12.18'
node_js: '12.19'
# run a push to master
if: tag IS blank AND branch = master AND type NOT IN (pull_request, cron)
script:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM terascope/node-base:12.18.3-1
FROM terascope/node-base:12.19.0

ENV NODE_ENV production

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "teraslice-workspace",
"displayName": "Teraslice",
"version": "0.71.0",
"version": "0.71.1",
"private": true,
"homepage": "https://github.com/terascope/teraslice",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/teraslice/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "teraslice",
"displayName": "Teraslice",
"version": "0.71.0",
"version": "0.71.1",
"description": "Distributed computing platform for processing JSON data",
"homepage": "https://github.com/terascope/teraslice#readme",
"bugs": {
Expand Down

0 comments on commit 1ce4dac

Please sign in to comment.