Skip to content

Commit 288cd9c

Browse files
committed
use npm ci instead of npm install
1 parent 97b897a commit 288cd9c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish_react_component_library.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
registry-url: "https://registry.npmjs.org/"
3333

3434
- name: Install dependencies
35-
run: npm install
35+
run: npm ci
3636
working-directory: ./packages/react-components
3737

3838
- name: Install jq
@@ -77,7 +77,7 @@ jobs:
7777
node-version: ${{ env.GITHUB_NVMRC_VERSION }}
7878

7979
- name: Install dependencies
80-
run: npm install
80+
run: npm ci
8181
working-directory: ./packages/react-components
8282

8383
- name: Install jq
@@ -125,7 +125,7 @@ jobs:
125125
registry-url: "https://registry.npmjs.org/"
126126

127127
- name: Install dependencies
128-
run: npm install
128+
run: npm ci
129129
working-directory: ./packages/react-components
130130

131131
- name: Build components for publishing
@@ -157,7 +157,7 @@ jobs:
157157
node-version: ${{ env.GITHUB_NVMRC_VERSION }}
158158

159159
- name: Install dependencies
160-
run: npm install
160+
run: npm ci
161161
working-directory: ./packages/react-components
162162

163163
- name: Build components for publishing

0 commit comments

Comments
 (0)