File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
runs-on : ubuntu-latest
6
6
strategy :
7
7
matrix :
8
- node-version : [12 .x]
8
+ node-version : [14 .x]
9
9
steps :
10
10
- name : Checkout
11
11
uses : actions/checkout@v2
12
12
- name : Use Node.js ${{ matrix.node-version }}
13
- uses : actions/setup-node@v1
13
+ uses : actions/setup-node@v2
14
14
with :
15
15
node-version : ${{ matrix.node-version }}
16
16
- name : Format
Original file line number Diff line number Diff line change 9
9
matrix :
10
10
node-version : [14.x]
11
11
steps :
12
- - uses : actions/checkout@v1
12
+ - uses : actions/checkout@v2
13
13
- name : Use Node.js ${{ matrix.node-version }}
14
- uses : actions/setup-node@v1
14
+ uses : actions/setup-node@v2
15
15
with :
16
16
node-version : ${{ matrix.node-version }}
17
17
- run : yarn install; yarn test
You can’t perform that action at this time.
0 commit comments