File tree Expand file tree Collapse file tree 5 files changed +16
-16
lines changed
Expand file tree Collapse file tree 5 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 1818 cache-name : cache-node-modules
1919 with :
2020 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 ') }}
2222 restore-keys : |
2323 ${{ runner.os }}-build-${{ env.cache-name }}-
2424 ${{ runner.os }}-build-
2828 with :
2929 node-version : ${{ matrix.node-version }}
3030 - name : Install dependencies
31- run : yarn
31+ run : npm ci
3232 - name : Run build
3333 run : npm run build
Original file line number Diff line number Diff line change 1818 cache-name : cache-node-modules
1919 with :
2020 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 ') }}
2222 restore-keys : |
2323 ${{ runner.os }}-build-${{ env.cache-name }}-
2424 ${{ runner.os }}-build-
2828 with :
2929 node-version : ${{ matrix.node-version }}
3030 - name : Install dependencies
31- run : yarn
31+ run : npm ci
3232 - name : Run lint
3333 run : npm run lint
Original file line number Diff line number Diff line change 1818 cache-name : cache-node-modules
1919 with :
2020 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 ') }}
2222 restore-keys : |
2323 ${{ runner.os }}-build-${{ env.cache-name }}-
2424 ${{ runner.os }}-build-
2828 with :
2929 node-version : ${{ matrix.node-version }}
3030 - name : Install dependencies
31- run : yarn
31+ run : npm ci
3232 - name : Run tests
3333 run : npm run test_ci
Original file line number Diff line number Diff line change 3434 "@angular/router" : " ^18.2.8" ,
3535 "bootstrap" : " ^5.3.1" ,
3636 "marked" : " 7.0.4" ,
37- "ngx-bootstrap" : " ^12 .0.0" ,
37+ "ngx-bootstrap" : " ^18 .0.0" ,
3838 "rxjs" : " ~7.8.0" ,
3939 "zone.js" : " ~0.14.2"
4040 },
You can’t perform that action at this time.
0 commit comments