Update node Docker tag to v18 #5

Merged
nemunaire merged 1 commits from renovate/node-18.x into master 2022-09-10 19:40:16 +00:00

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