.gitlab-ci.yml: add node and npm to the install list

This commit is contained in:
Aminda Suomalainen 2023-05-22 20:10:19 +03:00
parent a06a3c6359
commit 476664ace5
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ pages:
gitlab-ci-pre-commit:
stage: build
before_script:
- apk add --no-cache python3 python3-dev py3-pip py3-wheel git gcc musl-dev bash
- apk add --no-cache python3 python3-dev py3-pip py3-wheel git gcc musl-dev bash node npm
- pip install pre-commit
script:
- pre-commit run --all-files --show-diff-on-failure