File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 with :
2222 node-version : " >=23.6.0"
2323
24- - name : Install dependencies (with cache)
25- uses : bahmutov/npm-install@20216767ca67f0f7b4d095dc5859c5700a6581cb # v1
24+ - run : npm ci
2625
2726 # Builds the library and runs the api extractor
2827 - name : Run Api-Extractor
Original file line number Diff line number Diff line change 2323 uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
2424 with :
2525 node-version : " >=23.6.0"
26- - name : Install dependencies (with cache)
27- uses : bahmutov/ npm-install@20216767ca67f0f7b4d095dc5859c5700a6581cb # v1
26+
27+ - run : npm ci
2828
2929 - name : Run build
3030 run : npm run build
Original file line number Diff line number Diff line change 4949 with :
5050 node-version : " >=23.6.0"
5151
52- - name : Install dependencies (with cache)
53- uses : bahmutov/npm-install@20216767ca67f0f7b4d095dc5859c5700a6581cb # v1
52+ - run : npm ci
5453
5554 - name : Run Api-Extractor
5655 run : npm run extract-api
Original file line number Diff line number Diff line change 2222 uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
2323 with :
2424 node-version : " >=23.6.0"
25- - name : Install dependencies (with cache)
26- uses : bahmutov/ npm-install@20216767ca67f0f7b4d095dc5859c5700a6581cb # v1
25+
26+ - run : npm ci
2727
2828 - name : Run comparison script
2929 id : attw
Original file line number Diff line number Diff line change 2121 with :
2222 node-version : " >=23.6.0"
2323
24- - name : Install dependencies (with cache)
25- uses : bahmutov/npm-install@20216767ca67f0f7b4d095dc5859c5700a6581cb # v1
24+ - run : npm ci
2625
2726 - name : Generate documentation model
2827 run : npm run docmodel
Original file line number Diff line number Diff line change 1616 - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
1717 with :
1818 node-version : " 24.x"
19- - name : Install dependencies (with cache)
20- uses : bahmutov/npm-install@20216767ca67f0f7b4d095dc5859c5700a6581cb # v1
19+ - run : npm ci
2120 - name : Run knip
2221 run : npm run knip
Original file line number Diff line number Diff line change 4242 with :
4343 file-filter : " scripts/codemods/ac3-to-ac4/**"
4444
45- - name : Install dependencies with cache
46- uses : bahmutov/npm-install@20216767ca67f0f7b4d095dc5859c5700a6581cb # v1
45+ - run : npm ci
4746
4847 - name : Build AC
4948 run : npm run build
Original file line number Diff line number Diff line change 3333 - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
3434 with :
3535 node-version : " >=23.6.0"
36- - uses : bahmutov/ npm-install@20216767ca67f0f7b4d095dc5859c5700a6581cb # v1
36+ - run : npm ci
3737 - run : |
3838 npm install react@${MATRIX_TAG} react-dom@${MATRIX_TAG}
3939 env:
Original file line number Diff line number Diff line change 2020 uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
2121 with :
2222 node-version : " >=23.6.0"
23- - name : Install dependencies (with cache)
24- uses : bahmutov/npm-install@20216767ca67f0f7b4d095dc5859c5700a6581cb # v1
23+ - run : npm ci
2524 - name : Run size-limit
2625 uses : andresz1/size-limit-action@e7493a72a44b113341c0cf6186ab49c17c4b65c1 # v1
2726 with :
You can’t perform that action at this time.
0 commit comments