Skip to content

Commit 5aa5b12

Browse files
authored
Merge pull request #8 from my-mcp-hub/renovate/actions-setup-node-6.x
chore(deps): update actions/setup-node action to v6
2 parents 61f5f37 + 4a7a6e7 commit 5aa5b12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 0
1717

1818
- name: Install Node
19-
uses: actions/setup-node@v4
19+
uses: actions/setup-node@v6
2020
with:
2121
node-version: 22
2222
cache: npm

0 commit comments

Comments
 (0)