From 37a6e881c5752e29f047a3a521d56ddef71b1cc1 Mon Sep 17 00:00:00 2001 From: camera-2018 <2907618001@qq.com> Date: Sun, 28 Jul 2024 21:55:23 +0800 Subject: [PATCH] fix(CI): use npm install --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index cdbf777..d8ad56f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -26,7 +26,7 @@ jobs: node-version: '20.13.1' - name: Install dependencies - run: npm clean-install + run: npm install - name: Verify the integrity of provenance attestations and registry signatures for installed dependencies run: npm audit signatures