Update dependency node to v17
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Renovate Bot 2022-03-22 01:20:55 +00:00
parent 383e763657
commit b513304672
2 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@ platform:
steps: steps:
- name: frontend - name: frontend
image: node:14-alpine image: node:17-alpine
commands: commands:
- apk --no-cache add python2 build-base tar - apk --no-cache add python2 build-base tar
- yarn config set network-timeout 100000 - yarn config set network-timeout 100000
@ -216,7 +216,7 @@ platform:
steps: steps:
- name: frontend - name: frontend
image: node:14-alpine image: node:17-alpine
commands: commands:
- apk --no-cache add python2 build-base - apk --no-cache add python2 build-base
- yarn config set network-timeout 100000 - yarn config set network-timeout 100000
@ -378,7 +378,7 @@ platform:
steps: steps:
- name: frontend - name: frontend
image: node:14-alpine image: node:17-alpine
commands: commands:
- apk --no-cache add python2 build-base - apk --no-cache add python2 build-base
- yarn config set network-timeout 100000 - yarn config set network-timeout 100000

View File

@ -1,4 +1,4 @@
FROM node:14-alpine as nodebuild FROM node:17-alpine as nodebuild
WORKDIR /go/src/git.happydns.org/happydomain WORKDIR /go/src/git.happydns.org/happydomain