Skip to content

Commit 5694a16

Browse files
authored
Merge pull request #62 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 d5a4ca9 + 4360662 commit 5694a16

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.0
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)