From de1411e9ac6633510e5e308380ee0242d43c6d36 Mon Sep 17 00:00:00 2001 From: fz6m <59400654+fz6m@users.noreply.github.com> Date: Mon, 30 Oct 2023 12:15:51 +0800 Subject: [PATCH] ci: install nodejs from edge --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 77a9c85..c25eabb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -258,7 +258,8 @@ jobs: options: "-v ${{ github.workspace }}:/build -w /build" run: | set -e - apk add nodejs-current npm + apk add nodejs --update-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/main --allow-untrusted + apk add npm npm i -g pnpm@8 pnpm i pnpm test