From daaed83af0c896518915ad116b3bd52b5b5723b9 Mon Sep 17 00:00:00 2001 From: ota-meshi Date: Wed, 25 Dec 2024 09:12:06 +0900 Subject: [PATCH] update --- build-resources-with-pandoc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-resources-with-pandoc.sh b/build-resources-with-pandoc.sh index 1d935491..d655fb82 100644 --- a/build-resources-with-pandoc.sh +++ b/build-resources-with-pandoc.sh @@ -1,6 +1,6 @@ cat /etc/alpine-release apk update -apk add nodejs=~18 npm=~9 +apk add --no-cache nodejs-current=~18 npm=~9 --repository="http://dl-cdn.alpinelinux.org/alpine/edge/community" node -v npm -v # export PUPPETEER_SKIP_DOWNLOAD='true'