Skip to content

Commit

Permalink
[MRO] update Node version (#263)
Browse files Browse the repository at this point in the history
* [MRO] update Node version
  • Loading branch information
BenoitZugmeyer authored Feb 11, 2020
1 parent 6c3f55f commit 7e2a99d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
variables:
APP: 'browser-sdk'
CURRENT_CI_IMAGE: 13
CURRENT_CI_IMAGE: 14
BUILD_STABLE_REGISTRY: '486234852809.dkr.ecr.us-east-1.amazonaws.com'
CI_IMAGE: '$BUILD_STABLE_REGISTRY/ci/$APP:$CURRENT_CI_IMAGE'

Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
11.6.0
12.8.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:11.6.0-slim
FROM node:12.8.0-slim

# Install Chrome deps
RUN apt-get update && apt-get install -y -q --no-install-recommends \
Expand Down

0 comments on commit 7e2a99d

Please sign in to comment.