From ba4b1badb42271c85ebc1bac727a582f5d6176ec Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Thu, 21 Oct 2021 01:04:48 +0200 Subject: [PATCH] Fix: `lts` tag on `npm` was removed, switch to `latest` Signed-off-by: Knut Ahlers --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 13d77ad..9531540 100644 --- a/Makefile +++ b/Makefile @@ -13,8 +13,8 @@ generate-apidocs: npx redoc-cli bundle docs/openapi.yaml --disableGoogleFont true -o frontend/api.html generate-inner: - npx npm@lts ci - npx npm@lts run build + npx npm@latest ci + npx npm@latest run build publish: download_libs generate-apidocs $(MAKE) -C src -f ../Makefile generate-inner