Skip to content

Commit

Permalink
Update actions/setup-node action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Dec 16, 2020
1 parent 761a225 commit 30b147f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Use Node.js 12.x
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: '12.x'
always-auth: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Use Node.js 12.x
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: '12.x'
always-auth: true
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
# Setup
- uses: actions/checkout@v2
- name: Use Node.js 12.x
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: '12.x'
always-auth: true
Expand All @@ -79,7 +79,7 @@ jobs:
# Setup
- uses: actions/checkout@v2
- name: Use Node.js 12.x
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: '12.x'
always-auth: true
Expand Down

0 comments on commit 30b147f

Please sign in to comment.