File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11version : 2.1
22
33orbs :
4- codecov : codecov/codecov@1.2.5
4+ codecov : codecov/codecov@3.0.0
55
66jobs :
77 build :
Original file line number Diff line number Diff line change 1616 - name : Checkout
1717 uses : actions/checkout@v2
1818 - name : Use Node.js ${{ matrix.node-version }}
19- uses : actions/setup-node@v1
19+ uses : actions/setup-node@v2
2020 with :
2121 node-version : ${{ matrix.node-version }}
2222 - name : npm install
Original file line number Diff line number Diff line change 1717 - name : Checkout
1818 uses : actions/checkout@v2
1919 - name : Use Node.js ${{ matrix.node-version }}
20- uses : actions/setup-node@v1
20+ uses : actions/setup-node@v2
2121 with :
2222 node-version : ${{ matrix.node-version }}
2323 - name : npm install
Original file line number Diff line number Diff line change 1313 - name : Checkout
1414 uses : actions/checkout@v2
1515 - name : Use Node.js ${{ matrix.node-version }}
16- uses : actions/setup-node@v1
16+ uses : actions/setup-node@v2
1717 with :
1818 node-version : ${{ matrix.node-version }}
1919 - name : npm install
You can’t perform that action at this time.
0 commit comments