Skip to content

Commit e60d374

Browse files
committed
docs: Enhance node-version
1 parent 8191f26 commit e60d374

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ jobs:
382382
- name: build
383383
uses: actions/setup-node@v1
384384
with:
385-
node-version: '10.16'
385+
node-version: '10.x'
386386
- run: |
387387
npm install
388388
npm run build
@@ -421,7 +421,7 @@ jobs:
421421
- name: setup node
422422
uses: actions/setup-node@v1
423423
with:
424-
node-version: '10.16'
424+
node-version: '10.x'
425425
426426
- name: install
427427
run: npm install
@@ -471,7 +471,7 @@ jobs:
471471
- name: setup node
472472
uses: actions/setup-node@v1
473473
with:
474-
node-version: '10.16'
474+
node-version: '10.x'
475475
476476
- name: install
477477
run: yarn install
@@ -521,7 +521,7 @@ jobs:
521521
- name: setup node
522522
uses: actions/setup-node@v1
523523
with:
524-
node-version: '10.16'
524+
node-version: '10.x'
525525
526526
- name: install
527527
run: npm install

0 commit comments

Comments
 (0)