test
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
jusax23 2022-11-08 20:48:52 +01:00
parent 64977ed590
commit 6531454724

View file

@ -5,8 +5,8 @@ pipeline:
build: build:
image: node:18-alpine image: node:18-alpine
commands: commands:
- sudo apt update - apk update
- sudo apk add git - apk add git
- npm update - npm update
- npm install - npm install
- mkdir build - mkdir build