parent
45f19d40a0
commit
64977ed590
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ pipeline:
|
|||
build:
|
||||
image: node:18-alpine
|
||||
commands:
|
||||
- sudo apt update
|
||||
- sudo apk add git
|
||||
- npm update
|
||||
- npm install
|
||||
- mkdir build
|
||||
|
|
Loading…
Reference in a new issue