Update dependency node to v18
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
22f2c626b6
commit
5f6854ec9c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue