Update node Docker tag to v19 #6

Merged
nemunaire merged 1 commit from renovate/node-19.x into master 2022-10-20 18:06:44 +00:00
Showing only changes of commit a6cf77e98f - Show all commits

Update node Docker tag to v19
All checks were successful
continuous-integration/drone/push Build is passing

Renovate Bot 2022-10-18 22:13:59 +00:00

View file

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