File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 99
1010 strategy :
1111 matrix :
12- node-version : [10.x, 12.x, 14.x]
12+ node : [10.x, 12.x, 14.x]
1313
1414 steps :
1515 - uses : actions/checkout@v2
16- - name : Use Node.js ${{ matrix.node-version }}
17- uses : actions/setup-node@v2
16+ - name : Use Node.js ${{ matrix.node }}
17+ uses : actions/setup-node@v2.0.0
1818 with :
19- node-version : ${{ matrix.node-version }}
19+ node-version : ${{ matrix.node }}
20+ check-latest : true
2021 - name : npm install, build, and test
2122 run : |
2223 yarn install --pure-lockfile
Original file line number Diff line number Diff line change 1111 - name : Checkout
1212 uses : actions/checkout@v2
1313 - name : Setup Node.js
14- uses : actions/setup-node@v1
14+ uses : actions/setup-node@v2.0.0
1515 with :
1616 node-version : 12
1717 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments