Skip to content
Snippets Groups Projects
Commit 5fc1d98e authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

node 12

parent 155e4de7
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ stages:
# Build project.
Build Project:
stage: build
image: usgs/node:10
image: usgs/node:12
extends:
- .dev-tags
- .install
......@@ -129,7 +129,7 @@ Build Image:
# Run linting
Lint Project:
stage: test
image: usgs/node:10
image: usgs/node:12
extends:
- .dev-tags
- .install
......
......@@ -21,7 +21,7 @@ ARG BASE_HREF=nshmp
# From Image: usgs/node:10
# Description: Compile Angular source into distribution bundle.
####
FROM usgs/node:10 as builder
FROM usgs/node:12 as builder
ARG BUILDER_WORKDIR
ARG BASE_HREF
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment