File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 strategy :
1212 matrix :
13- node-version : [14 .x]
13+ node-version : [16 .x]
1414 steps :
1515 - name : Checkout
1616 uses : actions/checkout@v2
1919 - name : Setup Node.js
2020 uses : actions/setup-node@v1
2121 with :
22- node-version : 14
22+ node-version : 16
2323 - uses : actions/cache@v2
2424 with :
2525 path : ~/.npm
Original file line number Diff line number Diff line change 2121 - name : Setup Node.js
2222 uses : actions/setup-node@v1
2323 with :
24- node-version : 14
24+ node-version : 16
2525 - uses : actions/cache@v2
2626 with :
2727 path : ~/.npm
Original file line number Diff line number Diff line change 1919 - name : Setup Node.js
2020 uses : actions/setup-node@v1
2121 with :
22- node-version : 14
22+ node-version : 16
2323 - uses : actions/cache@v2
2424 with :
2525 path : ~/.npm
You can’t perform that action at this time.
0 commit comments