File tree Expand file tree Collapse file tree 4 files changed +16
-8
lines changed Expand file tree Collapse file tree 4 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 2121 uses : actions/setup-node@v4
2222 with :
2323 node-version : ${{ matrix.node-version }}
24- - name : project check
24+ cache : ' npm'
25+ - name : Install dependencies
26+ run : npm ci
27+ - name : Project check
2528 run : |
26- npm i
2729 npm run build:icons:prod
2830 npm run build:lib:prod
2931 npm run lint:lib
Original file line number Diff line number Diff line change 2525 uses : actions/setup-node@v4
2626 with :
2727 node-version : ${{ matrix.node-version }}
28- - name : project check
28+ cache : ' npm'
29+ - name : Install dependencies
30+ run : npm ci
31+ - name : Project check
2932 run : |
30- npm i
3133 npm run build:chartjs:prod
3234 npm run lint:chartjs
3335 npm run test:chartjs:prod
Original file line number Diff line number Diff line change 2525 uses : actions/setup-node@v4
2626 with :
2727 node-version : ${{ matrix.node-version }}
28- - name : project check
28+ cache : ' npm'
29+ - name : Install dependencies
30+ run : npm ci
31+ - name : Project check
2932 run : |
30- npm i
3133 npm run build:icons:prod
3234 npm run lint:icons
3335 npm run test:icons:prod
Original file line number Diff line number Diff line change 2525 uses : actions/setup-node@v4
2626 with :
2727 node-version : ${{ matrix.node-version }}
28- - name : project check
28+ cache : ' npm'
29+ - name : Install dependencies
30+ run : npm ci
31+ - name : Project check
2932 run : |
30- npm i
3133 npm run build:icons:prod
3234 npm run build:lib:prod
3335 npm run lint:lib
You can’t perform that action at this time.
0 commit comments