Skip to content

Commit

Permalink
chore(deps): update actions/setup-node action to v2 (#644)
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 Dec 23, 2020
1 parent 4c5e205 commit 56add65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Checkout Master
uses: actions/checkout@v2
- name: Use Node
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: '14.x'
- name: Install Dependencies using Yarn
Expand Down

0 comments on commit 56add65

Please sign in to comment.