From e2b0f9bcf4003d4cf8595beae987fa39ae9c0059 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 22 May 2023 20:17:18 +0300 Subject: [PATCH] .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 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2a7060c..3ca713f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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