Update node Docker tag to v18
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Renovate Bot 2022-08-16 19:37:38 +00:00
parent f7d66430af
commit 71a7ac2778

View File

@ -9,7 +9,7 @@ platform:
steps:
- name: build front
image: node:17-alpine
image: node:18-alpine
commands:
- apk --no-cache add python2 build-base
- npm install --network-timeout=100000