From c4dec0b0314cd7eb9db2d9c84ace030216337d1c Mon Sep 17 00:00:00 2001 From: Orangii Date: Fri, 1 Jul 2022 15:36:43 +0800 Subject: [PATCH] fix: temp fix pm ci error --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c8db4d4..9ce77f4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,7 +48,7 @@ jobs: node-version: ${{ matrix.node }} - name: Install dependencies - run: npm ci + run: npm i # - name: Run tests # run: npm run test