File tree Expand file tree Collapse file tree 2 files changed +13
-11
lines changed Expand file tree Collapse file tree 2 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 66 build :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v2
10- - uses : actions/setup-node@v2
11- with :
12- node-version : ' 14'
9+ - uses : actions/checkout@v2
10+ - uses : actions/setup-node@v2
11+ with :
12+ node-version : " 14"
13+ cache : npm
1314
14- - name : 📦 Install dependencies
15- run : npm ci
15+ - name : 📦 Install dependencies
16+ run : npm ci
1617
17- - name : 🧪 Run tests
18- run : npm test
18+ - name : 🧪 Run tests
19+ run : npm test
1920
20- - name : 💄 Code style
21- run : npm run style
21+ - name : 💄 Code style
22+ run : npm run style
Original file line number Diff line number Diff line change 1010 - uses : actions/checkout@v2
1111 - uses : actions/setup-node@v2
1212 with :
13- node-version : ' 14'
13+ node-version : " 14"
14+ cache : npm
1415
1516 - name : 📦 Install dependencies
1617 run : npm ci
You can’t perform that action at this time.
0 commit comments