Skip to content

Commit

Permalink
feat(ci): add node:12 to build matrix
Browse files Browse the repository at this point in the history
Signed-off-by: Will Soto <willsoto@users.noreply.github.com>
  • Loading branch information
willsoto committed May 16, 2019
1 parent 96c38c7 commit 51ce4f0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,11 @@ test-11:
build-11:
extends: .build
image: node:11-alpine

test-12:
extends: .test
image: node:12-alpine

build-12:
extends: .build
image: node:12-alpine

0 comments on commit 51ce4f0

Please sign in to comment.