File tree 2 files changed +13
-11
lines changed
2 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 6
6
build :
7
7
runs-on : ubuntu-latest
8
8
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
13
14
14
- - name : 📦 Install dependencies
15
- run : npm ci
15
+ - name : 📦 Install dependencies
16
+ run : npm ci
16
17
17
- - name : 🧪 Run tests
18
- run : npm test
18
+ - name : 🧪 Run tests
19
+ run : npm test
19
20
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 10
10
- uses : actions/checkout@v2
11
11
- uses : actions/setup-node@v2
12
12
with :
13
- node-version : ' 14'
13
+ node-version : " 14"
14
+ cache : npm
14
15
15
16
- name : 📦 Install dependencies
16
17
run : npm ci
You can’t perform that action at this time.
0 commit comments