Updated used drone image

This commit is contained in:
2021-08-17 20:43:24 +02:00
parent 66ecf81556
commit 030a9503c3

View File

@@ -13,7 +13,7 @@ name: build:tag
steps:
- name: build and package
depends_on: ["clone"]
image: node:15.11.0-alpine3.13
image: node:16-alpine3.14
commands:
- apk add git zip -f
- yarn