File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11name : Node.js CI
22
3- on : [push, pull_request]
3+ on : [ push, pull_request ]
44
55jobs :
66 build :
77 runs-on : ${{ matrix.os }}
88 strategy :
99 matrix :
10- os : [ubuntu-latest, windows-latest]
11- node-version : [10 .x, 12 .x, 14.x ]
10+ os : [ ubuntu-latest, windows-latest ]
11+ node-version : [ 12 .x, 14 .x, 16.x ]
1212
1313 steps :
1414 - name : Checkout
Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ jobs:
2525 restore-keys : |
2626 ${{ runner.os }}-yarn-
2727
28- - name : Setup Node.js 12 .x to publish to npmjs.org
28+ - name : Setup Node.js 14 .x to publish to npmjs.org
2929 uses : actions/setup-node@v1
3030 with :
31- node-version : ' 12 .x'
31+ node-version : ' 14 .x'
3232 registry-url : ' https://registry.npmjs.org'
3333
3434 - name : Install Packages
You can’t perform that action at this time.
0 commit comments