Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
upgrade to node 12
Browse files Browse the repository at this point in the history
  • Loading branch information
renatoprime committed Dec 6, 2019
1 parent 4e8e38e commit 14bbaea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:
build:
working_directory: ~/Clever/elasticsearch-toolbox
docker:
- image: circleci/node:10.12.0-stretch
- image: circleci/node:12-stretch
environment:
CIRCLE_ARTIFACTS: /tmp/circleci-artifacts
CIRCLE_TEST_REPORTS: /tmp/circleci-test-results
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:10-slim
FROM node:12-slim

WORKDIR /elasticsearch-toolbox

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
include node.mk
.DEFAULT_GOAL := test

NODE_VERSION := "v10"
NODE_VERSION := "v12"

$(eval $(call node-version-check,$(NODE_VERSION)))

Expand Down

0 comments on commit 14bbaea

Please sign in to comment.