Skip to content

Commit 090c079

Browse files
build(deps): bump actions/setup-node from 5 to 6 (#8)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7bb83db commit 090c079

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
uses: actions/checkout@v5
5454

5555
- name: Setup Node
56-
uses: actions/setup-node@v5
56+
uses: actions/setup-node@v6
5757

5858
- name: Install
5959
run: npm install prettier@next

0 commit comments

Comments
 (0)