Skip to content

Commit

Permalink
chore(deps): update actions/setup-node action to v2 (#5568)
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 committed Jan 8, 2021
1 parent 0b50686 commit 4fb9523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node.js environment
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: 12.x
- name: Update Brew (macOS)
Expand Down

0 comments on commit 4fb9523

Please sign in to comment.