Skip to content

Commit df4638a

Browse files
authored
Merge pull request #11 from my-mcp-hub/renovate/actions-setup-node-6.x
chore(deps): update actions/setup-node action to v6
2 parents 8edf8dc + 158ceb9 commit df4638a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fetch-depth: 0
1919

2020
- name: Install Node
21-
uses: actions/setup-node@v4
21+
uses: actions/setup-node@v6
2222
with:
2323
node-version: 22
2424
registry-url: https://registry.npmjs.org/

0 commit comments

Comments
 (0)