diff --git a/.github/workflows/beta-pack.yml b/.github/workflows/beta-pack.yml index e58ace3b..88ed5f6e 100644 --- a/.github/workflows/beta-pack.yml +++ b/.github/workflows/beta-pack.yml @@ -32,7 +32,7 @@ jobs: - name: Install Dependencies run: | - npm install + npm ci - name: Build src code run: npm run build:src @@ -124,7 +124,7 @@ jobs: - name: Install Dependencies run: | - npm install + npm ci - name: Build src code run: npm run build:src @@ -184,7 +184,7 @@ jobs: - name: Install Dependencies run: | - npm install + npm ci - name: Build src code run: npm run build:src diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e347bf6a..34de789d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: - name: Install Dependencies run: | - npm install + npm ci - name: Build src code run: npm run build:src @@ -81,7 +81,7 @@ jobs: - name: Install Dependencies run: | - npm install + npm ci - name: Build src code run: npm run build:src @@ -130,7 +130,7 @@ jobs: - name: Install Dependencies run: | - npm install + npm ci - name: Build src code run: npm run build:src