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 21
21
uses : actions/setup-node@v4
22
22
with :
23
23
node-version : ${{ matrix.node-version }}
24
- - name : project check
24
+ cache : ' npm'
25
+ - name : Install dependencies
26
+ run : npm ci
27
+ - name : Project check
25
28
run : |
26
- npm i
27
29
npm run build:icons:prod
28
30
npm run build:lib:prod
29
31
npm run lint:lib
Original file line number Diff line number Diff line change 25
25
uses : actions/setup-node@v4
26
26
with :
27
27
node-version : ${{ matrix.node-version }}
28
- - name : project check
28
+ cache : ' npm'
29
+ - name : Install dependencies
30
+ run : npm ci
31
+ - name : Project check
29
32
run : |
30
- npm i
31
33
npm run build:chartjs:prod
32
34
npm run lint:chartjs
33
35
npm run test:chartjs:prod
Original file line number Diff line number Diff line change 25
25
uses : actions/setup-node@v4
26
26
with :
27
27
node-version : ${{ matrix.node-version }}
28
- - name : project check
28
+ cache : ' npm'
29
+ - name : Install dependencies
30
+ run : npm ci
31
+ - name : Project check
29
32
run : |
30
- npm i
31
33
npm run build:icons:prod
32
34
npm run lint:icons
33
35
npm run test:icons:prod
Original file line number Diff line number Diff line change 25
25
uses : actions/setup-node@v4
26
26
with :
27
27
node-version : ${{ matrix.node-version }}
28
- - name : project check
28
+ cache : ' npm'
29
+ - name : Install dependencies
30
+ run : npm ci
31
+ - name : Project check
29
32
run : |
30
- npm i
31
33
npm run build:icons:prod
32
34
npm run build:lib:prod
33
35
npm run lint:lib
You can’t perform that action at this time.
0 commit comments