update build ci
Some checks failed
ci/woodpecker/push/build Pipeline failed
ci/woodpecker/push/security unknown status

This commit is contained in:
Simon Vieille 2024-10-27 17:36:29 +01:00
commit 894e4408f9

View file

@ -7,11 +7,11 @@ when:
branch: [master, develop, feature/*, fix/*, bugfix/*, translations]
steps:
"Install dependencies":
image: node:20
pull: true
commands:
- npm i
# "Install dependencies":
# image: node:20
# pull: true
# commands:
# - npm i
"Build JS":
image: node:20