From a0a5c67875cdbfd432f683d72c9941222e213aa8 Mon Sep 17 00:00:00 2001 From: "Andres G. Aragoneses" Date: Wed, 6 Mar 2024 11:19:09 +0100 Subject: [PATCH] CI(sanity-check): fix npm installation via apt It was giving 404 errors. --- .github/workflows/CI.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 75e5415..84215da 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -64,7 +64,10 @@ jobs: fetch-depth: 0 - name: Install dependencies of commitlint - run: sudo apt install --yes npm + run: | + sudo apt update --yes + sudo apt install --yes npm + - name: Pull our commitlint configuration run: | git clone https://github.com/nblockchain/conventions.git