Update dependency node to v18
This commit is contained in:
parent
e02d5073a8
commit
0550ecf43f
@ -9,7 +9,7 @@ platform:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build front
|
- name: build front
|
||||||
image: node:17-alpine
|
image: node:18-alpine
|
||||||
commands:
|
commands:
|
||||||
- mkdir deploy
|
- mkdir deploy
|
||||||
- apk --no-cache add python2 build-base
|
- apk --no-cache add python2 build-base
|
||||||
@ -55,7 +55,7 @@ platform:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build front
|
- name: build front
|
||||||
image: node:17-alpine
|
image: node:18-alpine
|
||||||
commands:
|
commands:
|
||||||
- mkdir deploy
|
- mkdir deploy
|
||||||
- apk --no-cache add python2 build-base
|
- apk --no-cache add python2 build-base
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM node:17-alpine as nodebuild
|
FROM node:18-alpine as nodebuild
|
||||||
|
|
||||||
WORKDIR /ui
|
WORKDIR /ui
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user