Skip to content

Commit

Permalink
chore(deps): update external major (#271)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Jan 3, 2021
1 parent c3c70ec commit 2b17f05
Show file tree
Hide file tree
Showing 3 changed files with 136 additions and 232 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/semantic-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Use Node.js 10.x
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: '10.x'
- run: npm install
Expand All @@ -27,7 +27,7 @@ jobs:
- run: git config --global core.autocrlf false
- uses: actions/checkout@v2
- name: Use Node.js 10.x
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: '10.x'
- run: npm install
Expand All @@ -45,7 +45,7 @@ jobs:
with:
persist-credentials: false
- name: Use Node.js 10.x
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: '10.x'
- run: npm install
Expand Down
Loading

0 comments on commit 2b17f05

Please sign in to comment.