Updated drone node docker version from 13.6.0 > 14.

This commit is contained in:
2020-09-07 17:58:09 +02:00
parent 3ebd3d3dce
commit 23165c0b3f

View File

@@ -9,12 +9,12 @@ platform:
steps:
- name: frontend_install
image: node:13.6.0
image: node:14
commands:
- node -v
- yarn --version
- name: backend_build
image: node:13.6.0
image: node:14
commands:
- node -v
- yarn --version