Commit 0e6c76a7 authored by Stan Hu's avatar Stan Hu

Merge branch '64930-fix-node-sass-compilation-error' into 'master'

Use debian based node images for qa tests

Closes #64930

See merge request gitlab-org/gitlab-ce!31020
parents 3cc5535c 10371fb2
......@@ -210,15 +210,15 @@ qa:selectors:
qa-frontend-node:8:
<<: *qa-frontend-node
image: node:8-alpine
image: node:carbon
qa-frontend-node:10:
<<: *qa-frontend-node
image: node:10-alpine
image: node:dubnium
qa-frontend-node:latest:
<<: *qa-frontend-node
image: node:alpine
image: node:latest
allow_failure: true
lint:javascript:report:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment