File tree 5 files changed +9399
-11
lines changed
5 files changed +9399
-11
lines changed Original file line number Diff line number Diff line change 5
5
pull_request :
6
6
name : ci
7
7
env :
8
- # FORCE_COLOR: 2 # Enable this later
9
- NODE : 12.x
8
+ NODE : 12
10
9
jobs :
11
10
test :
12
11
runs-on : ubuntu-latest
19
18
- uses : actions/setup-node@v2
20
19
with :
21
20
node-version : ${{ matrix.node }}
22
- - run : npm install
21
+ - run : npm ci
23
22
- run : npm test
24
23
- uses : codecov/codecov-action@v1
25
24
with :
31
30
- uses : actions/setup-node@v2
32
31
with :
33
32
node-version : ${{ env.NODE }}
34
- - run : npm install
33
+ - run : npm ci
35
34
- run : npm test
36
35
lint :
37
36
runs-on : ubuntu-latest
40
39
- uses : actions/setup-node@v2
41
40
with :
42
41
node-version : ${{ env.NODE }}
43
- - run : npm install
42
+ - run : npm ci
44
43
- run : npm run lint
45
44
docs :
46
45
runs-on : ubuntu-latest
49
48
- uses : actions/setup-node@v2
50
49
with :
51
50
node-version : ${{ env.NODE }}
52
- - run : npm install
51
+ - run : npm ci
53
52
- run : npm run docs-test
54
53
release :
55
54
if : github.ref == 'refs/heads/master'
60
59
- uses : actions/setup-node@v2
61
60
with :
62
61
node-version : ${{ env.NODE }}
63
- - run : npm install
62
+ - run : npm ci
64
63
- run : npm run compile
65
64
- run : npm run build-binaries
66
65
- run : npx semantic-release
Original file line number Diff line number Diff line change 1
1
node_modules /
2
- package-lock.json
3
2
.nyc_output
4
3
build /
5
4
coverage
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
{
2
2
"extends" : [
3
- " config:base" ,
4
- " docker:disable"
3
+ " config:base"
5
4
],
6
5
"pinVersions" : false ,
7
6
"rebaseStalePrs" : true
You can’t perform that action at this time.
0 commit comments