File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515 path : " **/node_modules"
1616 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}-${{ hashFiles('**/package.json') }}
1717 - name : Installing dependencies
18- run : npm i
18+ run : npm ci
1919
2020 tsc-and-linting :
2121 runs-on : ubuntu-latest
3232 path : " **/node_modules"
3333 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}-${{ hashFiles('**/package.json') }}
3434 - name : Installing dependencies
35- run : npm i
35+ run : npm ci
3636 - run : npm run tsc
3737 - run : npm run lint
3838
5151 path : " **/node_modules"
5252 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}-${{ hashFiles('**/package.json') }}
5353 - name : Installing dependencies
54- run : npm i
54+ run : npm ci
5555 - run : npm run test
5656
5757 build :
6969 path : " **/node_modules"
7070 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}-${{ hashFiles('**/package.json') }}
7171 - name : Installing dependencies
72- run : npm i
72+ run : npm ci
7373 - run : npm run build
You can’t perform that action at this time.
0 commit comments