File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -382,7 +382,7 @@ jobs:
382
382
- name: build
383
383
uses: actions/setup-node@v1
384
384
with:
385
- node-version: '10.16 '
385
+ node-version: '10.x '
386
386
- run: |
387
387
npm install
388
388
npm run build
@@ -421,7 +421,7 @@ jobs:
421
421
- name: setup node
422
422
uses: actions/setup-node@v1
423
423
with:
424
- node-version: '10.16 '
424
+ node-version: '10.x '
425
425
426
426
- name: install
427
427
run: npm install
@@ -471,7 +471,7 @@ jobs:
471
471
- name: setup node
472
472
uses: actions/setup-node@v1
473
473
with:
474
- node-version: '10.16 '
474
+ node-version: '10.x '
475
475
476
476
- name: install
477
477
run: yarn install
@@ -521,7 +521,7 @@ jobs:
521
521
- name: setup node
522
522
uses: actions/setup-node@v1
523
523
with:
524
- node-version: '10.16 '
524
+ node-version: '10.x '
525
525
526
526
- name: install
527
527
run: npm install
You can’t perform that action at this time.
0 commit comments