From cf1f5ca1bf53a37d4ddf2825f4432885ba4c9770 Mon Sep 17 00:00:00 2001 From: ikun Date: Sat, 7 Sep 2024 11:15:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/actions/setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index da0f072..892a78e 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -33,4 +33,4 @@ runs: - name: Install dependencies shell: bash - run: npm ci + run: npm install