File tree Expand file tree Collapse file tree 2 files changed +15
-21
lines changed
Expand file tree Collapse file tree 2 files changed +15
-21
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,7 @@ on: [pull_request]
44
55jobs :
66 build :
7-
87 runs-on : ubuntu-latest
9-
108 steps :
11- - uses : actions/checkout@v2
12- - uses : preactjs/compressed-size-action@v2
13- with :
14- repo-token : " ${{ secrets.GITHUB_TOKEN }}"
9+ - uses : actions/checkout@v2
10+ - uses : preactjs/compressed-size-action@v2
Original file line number Diff line number Diff line change @@ -3,25 +3,23 @@ name: CI
33on :
44 pull_request :
55 branches :
6- - ' ** '
6+ - " ** "
77 push :
88 branches :
9- - master
9+ - main
1010
1111jobs :
1212 build :
13-
1413 runs-on : ubuntu-latest
15-
1614 steps :
17- - uses : actions/checkout@v1
18- - uses : actions/setup-node@v1
19- with :
20- node-version : 12
21- - name : npm install, build, and test
22- run : |
23- npm install
24- npm run build --if-present
25- npm test
26- env :
27- CI : true
15+ - uses : actions/checkout@v2
16+ - uses : actions/setup-node@v2
17+ with :
18+ node-version : 14
19+ - name : npm install, build, and test
20+ run : |
21+ npm install
22+ npm run build --if-present
23+ npm test
24+ env :
25+ CI : true
You can’t perform that action at this time.
0 commit comments