Skip to content

Commit 4bf1688

Browse files
authored
Merge pull request #251 from modelcontextprotocol/dependabot/github_actions/actions/setup-node-6
Bump actions/setup-node from 4 to 6
2 parents 7cede9c + 773345b commit 4bf1688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conformance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
ruby-version: '4.0' # Specify the latest supported Ruby version.
2525
bundler-cache: true
26-
- uses: actions/setup-node@v4
26+
- uses: actions/setup-node@v6
2727
with:
2828
node-version: '24' # Specify the latest Node.js version.
2929
- run: bundle exec rake conformance

0 commit comments

Comments
 (0)