File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 3535 node-version : ' 22'
3636
3737 - name : Install dependencies
38- run : npm ci
38+ run : npm i
3939
4040 - name : Run quality and typing checks
4141 run : npm run lint
7070 node-version : ' 22'
7171
7272 - name : Install dependencies
73- run : npm ci
73+ run : npm i
7474
7575 - name : Run quality and typing checks
7676 run : npm run type-check
@@ -105,7 +105,7 @@ jobs:
105105 node-version : ' 22'
106106
107107 - name : Install dependencies
108- run : npm ci
108+ run : npm i
109109
110110 - name : Run pre-commit checks
111111 run : npx husky run pre-commit
@@ -140,7 +140,7 @@ jobs:
140140 node-version : ' 22'
141141
142142 - name : Install dependencies
143- run : npm ci
143+ run : npm i
144144
145145 - name : Run unit tests
146146 run : npm run test:unit
@@ -175,7 +175,7 @@ jobs:
175175 node-version : ' 22'
176176
177177 - name : Install dependencies
178- run : npm ci
178+ run : npm i
179179
180180 - name : Run integration tests
181181 run : npm run test:integration
@@ -261,7 +261,7 @@ jobs:
261261
262262 - name : Install dependencies
263263 if : steps.check-changes.outputs.should_build == 'true'
264- run : npm ci
264+ run : npm i
265265
266266 - name : Build app to root
267267 if : steps.check-changes.outputs.should_build == 'true'
You can’t perform that action at this time.
0 commit comments