Skip to content

Commit

Permalink
docs: bump node from 10 to 12 (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris authored Mar 29, 2020
1 parent 0144209 commit 9597ab9
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 @@ -491,7 +491,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '10.x'
node-version: '12.x'
- name: Cache dependencies
uses: actions/cache@v1
Expand Down Expand Up @@ -535,7 +535,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '10.x'
node-version: '12.x'
- name: Cache dependencies
uses: actions/cache@v1
Expand Down Expand Up @@ -583,7 +583,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '10.x'
node-version: '12.x'
- name: Get yarn cache
id: yarn-cache
Expand Down Expand Up @@ -634,7 +634,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '10.x'
node-version: '12.x'
- name: Cache dependencies
uses: actions/cache@v1
Expand Down

0 comments on commit 9597ab9

Please sign in to comment.