File tree Expand file tree Collapse file tree 3 files changed +195
-195
lines changed
Expand file tree Collapse file tree 3 files changed +195
-195
lines changed Original file line number Diff line number Diff line change 5656 - uses : actions/setup-node@master
5757 with :
5858 node-version : ${{ matrix.node }}
59- - run : npm install
59+ - run : npm ci
6060 - run : npm run build
6161 - run : npm run test
Original file line number Diff line number Diff line change 1919 - uses : actions/setup-node@master
2020 with :
2121 node-version : ${{ matrix.node }}
22- - run : npm install
22+ - run : npm ci
2323 - run : npm run build
2424 - run : npm run test:cov
2525 - if : matrix.node == '24'
4444 - uses : actions/setup-node@master
4545 with :
4646 node-version : ${{ matrix.node }}
47- - run : npm install
47+ - run : npm ci
4848 - run : npm run build
4949 - run : npm run test:cov
5050 - if : matrix.node == '24'
6969 - uses : actions/setup-node@master
7070 with :
7171 node-version : ${{ matrix.node }}
72- - run : npm install
72+ - run : npm ci
7373 - run : npm run build
7474 - run : npm run test:cov
7575 - if : matrix.node == '24'
You can’t perform that action at this time.
0 commit comments