Update dependency node to v17
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
383e763657
commit
b513304672
@ -9,7 +9,7 @@ platform:
|
||||
|
||||
steps:
|
||||
- name: frontend
|
||||
image: node:14-alpine
|
||||
image: node:17-alpine
|
||||
commands:
|
||||
- apk --no-cache add python2 build-base tar
|
||||
- yarn config set network-timeout 100000
|
||||
@ -216,7 +216,7 @@ platform:
|
||||
|
||||
steps:
|
||||
- name: frontend
|
||||
image: node:14-alpine
|
||||
image: node:17-alpine
|
||||
commands:
|
||||
- apk --no-cache add python2 build-base
|
||||
- yarn config set network-timeout 100000
|
||||
@ -378,7 +378,7 @@ platform:
|
||||
|
||||
steps:
|
||||
- name: frontend
|
||||
image: node:14-alpine
|
||||
image: node:17-alpine
|
||||
commands:
|
||||
- apk --no-cache add python2 build-base
|
||||
- yarn config set network-timeout 100000
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM node:14-alpine as nodebuild
|
||||
FROM node:17-alpine as nodebuild
|
||||
|
||||
WORKDIR /go/src/git.happydns.org/happydomain
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user