From 41ab86b87d635e9fc983a0bd4bb5f26a733f0c39 Mon Sep 17 00:00:00 2001 From: Mikyo King Date: Thu, 28 Dec 2023 14:18:05 -0700 Subject: [PATCH] fix ci --- .github/workflows/typescript-CI.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/typescript-CI.yaml b/.github/workflows/typescript-CI.yaml index 0c69901eb..86b689401 100644 --- a/.github/workflows/typescript-CI.yaml +++ b/.github/workflows/typescript-CI.yaml @@ -28,9 +28,6 @@ jobs: uses: pnpm/action-setup@v2 with: version: 8 - run_install: | - - recursive: true - - args: [--frozen-lockfile] - name: Install Dependencies working-directory: ./js run: pnpm install --frozen-lockfile