Switched to non-alpine node image
continuous-integration/drone the build failed
Details
continuous-integration/drone the build failed
Details
parent
ddd498e92b
commit
28aaf6c8d9
|
@ -12,7 +12,7 @@ pipeline:
|
||||||
|
|
||||||
test-frontend:
|
test-frontend:
|
||||||
# Alpine version doesn't have make
|
# Alpine version doesn't have make
|
||||||
image: node:16-alpine
|
image: node:16
|
||||||
pull: true
|
pull: true
|
||||||
group: test
|
group: test
|
||||||
commands:
|
commands:
|
||||||
|
@ -31,7 +31,7 @@ pipeline:
|
||||||
event: push
|
event: push
|
||||||
|
|
||||||
lint-frontend:
|
lint-frontend:
|
||||||
image: node:16-alpine
|
image: node:16
|
||||||
group: lint
|
group: lint
|
||||||
commands:
|
commands:
|
||||||
- make flint
|
- make flint
|
||||||
|
|
Reference in New Issue