Skip to content

Commit 0113b98

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

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@v4
56+
uses: actions/setup-node@v5
5757

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

0 commit comments

Comments
 (0)