File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -13,18 +13,16 @@ jobs:
1313
1414 strategy :
1515 matrix :
16- node : [10.x , 12.x ]
16+ node : [10, 12, 14, 16 ]
1717
1818 steps :
1919 - name : Cancel previous runs
20- uses : styfle/cancel-workflow-action@0.6.0
21- with :
22- access_token : ${{ secrets.GITHUB_TOKEN }}
20+ uses : styfle/cancel-workflow-action@0.9.0
2321
2422 - uses : actions/checkout@v2
2523
2624 - name : Setup nodejs
27- uses : actions/setup-node@v2-beta
25+ uses : actions/setup-node@v2
2826 with :
2927 node-version : ${{ matrix.node }}
3028 - name : Install deps & validate
@@ -35,16 +33,14 @@ jobs:
3533
3634 steps :
3735 - name : Cancel previous runs
38- uses : styfle/cancel-workflow-action@0.6.0
39- with :
40- access_token : ${{ secrets.GITHUB_TOKEN }}
36+ uses : styfle/cancel-workflow-action@0.9.0
4137
4238 - uses : actions/checkout@v2
4339
4440 - name : Setup nodejs
45- uses : actions/setup-node@v2-beta
41+ uses : actions/setup-node@v2
4642 with :
47- node-version : 12.x
43+ node-version : 14
4844 - name : Install deps
4945 run : npm install
5046 - name : Build proj
You can’t perform that action at this time.
0 commit comments