File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 registry-url : " https://registry.npmjs.org/"
3333
3434 - name : Install dependencies
35- run : npm ci
35+ run : npm install
3636 working-directory : ./packages/react-components
3737
3838 - name : Install jq
7777 node-version : ${{ env.GITHUB_NVMRC_VERSION }}
7878
7979 - name : Install dependencies
80- run : npm ci
80+ run : npm install
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 ci
128+ run : npm install
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 ci
160+ run : npm install
161161 working-directory : ./packages/react-components
162162
163163 - name : Build components for publishing
You can’t perform that action at this time.
0 commit comments