From 4009c9883146ff36db16b2a6af39cf16bd0988ef Mon Sep 17 00:00:00 2001 From: Heyward Fann Date: Fri, 17 Nov 2023 17:00:44 +0800 Subject: [PATCH] chore: npm ci --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 91b6879..661e3ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,9 +26,9 @@ jobs: uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} - - name: npm install + - name: npm ci run: | - npm install + npm ci - name: npm lint run: | npm run lint \ No newline at end of file