.gitlab-ci.yml: try nodejs-current instead of nodejs

https://pkgs.alpinelinux.org/contents?file=node&path=&name=&branch=v3.18 claims both exist, but GitLab disagrees
This commit is contained in:
Aminda Suomalainen 2023-05-22 20:17:18 +03:00
parent 476664ace5
commit e2b0f9bcf4
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 node npm
- apk add --no-cache python3 python3-dev py3-pip py3-wheel git gcc musl-dev bash nodejs-current npm
- pip install pre-commit
script:
- pre-commit run --all-files --show-diff-on-failure