Skip to content

Commit ed11758

Browse files
authored
Merge pull request #96 from awesome-scripts/dependabot/github_actions/actions/setup-node-6.2.0
Bump actions/setup-node from 6.1.0 to 6.2.0
2 parents f22c11f + b04e79c commit ed11758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-on-push-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v6.0.1
1616

1717
- name: Set up Node.js
18-
uses: actions/setup-node@v6.1.0
18+
uses: actions/setup-node@v6.2.0
1919
with:
2020
node-version: 'lts/*'
2121

0 commit comments

Comments
 (0)