File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ name: "CodeQL"
2
2
3
3
on :
4
4
push :
5
- branches : [master ]
5
+ branches : [main ]
6
6
pull_request :
7
7
# The branches below must be a subset of the branches above
8
- branches : [master ]
8
+ branches : [main ]
9
9
schedule :
10
10
- cron : ' 0 22 * * 3'
11
11
25
25
26
26
steps :
27
27
- name : Checkout repository
28
- uses : actions/checkout@v2
28
+ uses : actions/checkout@v3
29
29
with :
30
30
# We must fetch at least the immediate parents so that if this is
31
31
# a pull request then we can checkout the head.
Original file line number Diff line number Diff line change @@ -2,16 +2,16 @@ name: Tests and coverage
2
2
3
3
on :
4
4
push :
5
- branches : [master ]
5
+ branches : [main ]
6
6
pull_request :
7
- branches : [master ]
7
+ branches : [main ]
8
8
9
9
jobs :
10
10
build :
11
11
runs-on : ubuntu-latest
12
12
strategy :
13
13
matrix :
14
- node-version : [12.x, 14.x, 15 .x]
14
+ node-version : [14.x, 16 .x]
15
15
steps :
16
16
- uses : actions/checkout@v2
17
17
- name : Use Node.js ${{ matrix.node-version }}
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ name: Eslint
5
5
6
6
on :
7
7
push :
8
- branches : [master ]
8
+ branches : [main ]
9
9
pull_request :
10
- branches : [master ]
10
+ branches : [main ]
11
11
12
12
jobs :
13
13
build :
28
28
- name : Use Node.js ${{ matrix.node-version }}
29
29
uses : actions/setup-node@v1
30
30
with :
31
- node-version : " 14 .x"
31
+ node-version : " 16 .x"
32
32
- run : npm ci
33
33
- run : npm run lint
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name: Release
5
5
on :
6
6
push :
7
7
branches :
8
- - master
8
+ - main
9
9
- next
10
10
jobs :
11
11
release :
You can’t perform that action at this time.
0 commit comments