File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -3,20 +3,20 @@ name: Lint
3
3
on :
4
4
push :
5
5
branches :
6
- - master
6
+ - main
7
7
pull_request :
8
8
branches :
9
- - master
9
+ - main
10
10
11
11
jobs :
12
12
build :
13
13
runs-on : macos-11
14
14
steps :
15
15
- uses : actions/checkout@master
16
- - name : Use Node.js 14 .x
16
+ - name : Use Node.js 16 .x
17
17
uses : actions/setup-node@v1
18
18
with :
19
- version : 14 .x
19
+ version : 16 .x
20
20
- name : Lint
21
21
run : |
22
22
npm install
Original file line number Diff line number Diff line change @@ -3,20 +3,20 @@ name: Test
3
3
on :
4
4
push :
5
5
branches :
6
- - master
6
+ - main
7
7
pull_request :
8
8
branches :
9
- - master
9
+ - main
10
10
11
11
jobs :
12
12
build :
13
13
runs-on : macos-11
14
14
steps :
15
15
- uses : actions/checkout@master
16
- - name : Use Node.js 14 .x
16
+ - name : Use Node.js 16 .x
17
17
uses : actions/setup-node@v1
18
18
with :
19
- version : 14 .x
19
+ version : 16 .x
20
20
- name : npm install, build, and test
21
21
run : |
22
22
npm install
You can’t perform that action at this time.
0 commit comments