File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 55 - main
66jobs :
77 deploy :
8- runs-on : ubuntu-18 .04
8+ runs-on : ubuntu-20 .04
99 steps :
1010 - uses : actions/checkout@v2
1111
Original file line number Diff line number Diff line change @@ -2,13 +2,12 @@ name: CI
22on : [push, pull_request]
33jobs :
44 build :
5- name : Build, lint, and test on Node ${{ matrix.node }} and ${{ matrix.os }}
5+ name : Build, lint, and test on Node ${{ matrix.node }}
66
7- runs-on : ${{ matrix.os }}
7+ runs-on : ubuntu-20.04
88 strategy :
99 matrix :
1010 node : ['16.x', '18.x']
11- os : [ubuntu-20.04]
1211
1312 steps :
1413 - name : Checkout repo
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Size
22on : [pull_request]
33jobs :
44 size :
5- runs-on : ubuntu-latest
5+ runs-on : ubuntu-20.04
66 env :
77 CI_JOB_NUMBER : 1
88 steps :
You can’t perform that action at this time.
0 commit comments