Skip to content

Commit

Permalink
ci(unused-dependencies): update node setup action in unused-dependenc…
Browse files Browse the repository at this point in the history
…ies workflow
  • Loading branch information
divinetettey committed Jun 14, 2024
1 parent b9cf2f5 commit 9832264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unused-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: 'Checkout Repository'
uses: actions/checkout@v4
- name: 'Setup Node.js'
uses: actions/node@v4
uses: actions/setup-node@v4
with:
node-version: '18.x'
- name: 'Run depcheck'
Expand Down

0 comments on commit 9832264

Please sign in to comment.