From fc093006981239d95d40be1f148b817b857811de Mon Sep 17 00:00:00 2001 From: Bharath KKB Date: Sun, 20 Jun 2021 17:49:28 -0500 Subject: [PATCH] chore: use npm ci instead of install during build (#316) --- .github/workflows/release-please.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 71b9192..f77337f 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: install - run: npm install + run: npm ci - name: build run: npm run build - name: commit