Skip to content

Commit

Permalink
docs: bump actions/setup-node
Browse files Browse the repository at this point in the history
Close #542
  • Loading branch information
peaceiris committed Nov 28, 2020
1 parent 6c2db6e commit 1054f6a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ jobs:
- uses: actions/checkout@v2
- name: Setup Node
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
node-version: '12.x'
Expand Down Expand Up @@ -667,7 +667,7 @@ jobs:
- uses: actions/checkout@v2
- name: Setup Node
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
node-version: '12.x'
Expand Down Expand Up @@ -715,7 +715,7 @@ jobs:
- uses: actions/checkout@v2
- name: Setup Node
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
node-version: '12.x'
Expand Down Expand Up @@ -766,7 +766,7 @@ jobs:
- uses: actions/checkout@v2
- name: Setup Node
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
node-version: '12.x'
Expand Down Expand Up @@ -818,7 +818,7 @@ jobs:
- uses: actions/checkout@v2
- name: Setup Node
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
node-version: '12.x'
Expand Down Expand Up @@ -1000,7 +1000,7 @@ jobs:
- uses: actions/checkout@v2
- name: Setup Node
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
node-version: '12.x'
Expand Down

0 comments on commit 1054f6a

Please sign in to comment.