Skip to content

Commit f778020

Browse files
authored
Merge pull request #284 from adamlui/dependabot/github_actions/actions/setup-node-6.1.0
Bump actions/setup-node from 6.0.0 to 6.1.0
2 parents 34bc41d + 4214c80 commit f778020

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/[email protected]
1616

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

0 commit comments

Comments
 (0)