File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
11
- uses : actions/checkout@v2
12
12
- uses : actions/setup-node@v2
13
13
- name : Install Packages
14
- run : npm install
14
+ run : npm ci
15
15
- name : Build docs
16
16
run : npm run docs:build
17
17
- name : Deploy
Original file line number Diff line number Diff line change 15
15
with :
16
16
node-version : 14
17
17
- name : Install Packages
18
- run : npm install
18
+ run : npm ci
19
19
- name : Build
20
20
run : npm run build
21
21
- name : Lint
32
32
with :
33
33
node-version : ${{ matrix.node-version }}
34
34
- name : Install Packages
35
- run : npm install
35
+ run : npm ci
36
36
- name : Test
37
37
run : npm test
38
38
test-with-eslint6 :
55
55
- uses : actions/checkout@v2
56
56
- uses : actions/setup-node@v2
57
57
- name : Install Packages
58
- run : npm install
58
+ run : npm ci
59
59
- name : Test
60
60
run : npm run test:nyc
61
61
- name : Coveralls GitHub Action
Original file line number Diff line number Diff line change 15
15
with :
16
16
registry-url : " https://registry.npmjs.org"
17
17
- name : Install Packages
18
- run : npm install
18
+ run : npm ci
19
19
- name : test
20
20
run : npm run test
21
21
- name : check can npm-publish
You can’t perform that action at this time.
0 commit comments