Switched to non-alpine node image
continuous-integration/drone the build failed Details

pull/20/head
Jef Roosens 2021-05-18 15:56:58 +02:00
parent ddd498e92b
commit 28aaf6c8d9
Signed by: Jef Roosens
GPG Key ID: B580B976584B5F30
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ pipeline:
test-frontend:
# Alpine version doesn't have make
image: node:16-alpine
image: node:16
pull: true
group: test
commands:
@ -31,7 +31,7 @@ pipeline:
event: push
lint-frontend:
image: node:16-alpine
image: node:16
group: lint
commands:
- make flint