File tree 5 files changed +16
-16
lines changed
5 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 18
18
cache-name : cache-node-modules
19
19
with :
20
20
path : ~/.npm
21
- key : ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/yarn. lock') }}
21
+ key : ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('package- lock.json ') }}
22
22
restore-keys : |
23
23
${{ runner.os }}-build-${{ env.cache-name }}-
24
24
${{ runner.os }}-build-
28
28
with :
29
29
node-version : ${{ matrix.node-version }}
30
30
- name : Install dependencies
31
- run : yarn
31
+ run : npm ci
32
32
- name : Run build
33
33
run : npm run build
Original file line number Diff line number Diff line change 18
18
cache-name : cache-node-modules
19
19
with :
20
20
path : ~/.npm
21
- key : ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/yarn. lock') }}
21
+ key : ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('package- lock.json ') }}
22
22
restore-keys : |
23
23
${{ runner.os }}-build-${{ env.cache-name }}-
24
24
${{ runner.os }}-build-
28
28
with :
29
29
node-version : ${{ matrix.node-version }}
30
30
- name : Install dependencies
31
- run : yarn
31
+ run : npm ci
32
32
- name : Run lint
33
33
run : npm run lint
Original file line number Diff line number Diff line change 18
18
cache-name : cache-node-modules
19
19
with :
20
20
path : ~/.npm
21
- key : ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/yarn. lock') }}
21
+ key : ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('package- lock.json ') }}
22
22
restore-keys : |
23
23
${{ runner.os }}-build-${{ env.cache-name }}-
24
24
${{ runner.os }}-build-
28
28
with :
29
29
node-version : ${{ matrix.node-version }}
30
30
- name : Install dependencies
31
- run : yarn
31
+ run : npm ci
32
32
- name : Run tests
33
33
run : npm run test_ci
Original file line number Diff line number Diff line change 34
34
"@angular/router" : " ^18.2.8" ,
35
35
"bootstrap" : " ^5.3.1" ,
36
36
"marked" : " 7.0.4" ,
37
- "ngx-bootstrap" : " ^12 .0.0" ,
37
+ "ngx-bootstrap" : " ^18 .0.0" ,
38
38
"rxjs" : " ~7.8.0" ,
39
39
"zone.js" : " ~0.14.2"
40
40
},
You can’t perform that action at this time.
0 commit comments