Skip to content

Commit

Permalink
docs: Enhance node-version
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Oct 8, 2019
1 parent 8191f26 commit e60d374
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ jobs:
- name: build
uses: actions/setup-node@v1
with:
node-version: '10.16'
node-version: '10.x'
- run: |
npm install
npm run build
Expand Down Expand Up @@ -421,7 +421,7 @@ jobs:
- name: setup node
uses: actions/setup-node@v1
with:
node-version: '10.16'
node-version: '10.x'
- name: install
run: npm install
Expand Down Expand Up @@ -471,7 +471,7 @@ jobs:
- name: setup node
uses: actions/setup-node@v1
with:
node-version: '10.16'
node-version: '10.x'
- name: install
run: yarn install
Expand Down Expand Up @@ -521,7 +521,7 @@ jobs:
- name: setup node
uses: actions/setup-node@v1
with:
node-version: '10.16'
node-version: '10.x'
- name: install
run: npm install
Expand Down

0 comments on commit e60d374

Please sign in to comment.