Skip to content

Commit

Permalink
Merge pull request #215 from tubone24/renovate-actions-setup-node-2.x
Browse files Browse the repository at this point in the history
Update actions/setup-node action to v2
  • Loading branch information
tubone24 authored Nov 30, 2021
2 parents b724918 + 6bda917 commit c8bf554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/depcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout source code
uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: 14.x
- name: "depcheck"
Expand Down

0 comments on commit c8bf554

Please sign in to comment.