Skip to content

Commit cf12d7f

Browse files
committed
chore: update ci
1 parent c770c34 commit cf12d7f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@ name: ci
33
on:
44
push:
55
branches:
6-
- master
7-
- dev
6+
- main
87
pull_request:
98
branches:
10-
- master
11-
- dev
9+
- main
1210

1311
jobs:
1412
ci:
@@ -17,7 +15,7 @@ jobs:
1715
strategy:
1816
matrix:
1917
os: [ubuntu-latest]
20-
node: [12, 14]
18+
node: [14]
2119

2220
steps:
2321
- uses: actions/setup-node@v1

0 commit comments

Comments
 (0)