Skip to content

Commit 5a6592d

Browse files
ci: fix node version for pre-release (#368)
1 parent f08f808 commit 5a6592d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/pre-release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ jobs:
1616
with:
1717
fetch-depth: 2
1818

19+
- name: Set up Node.js
20+
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
21+
with:
22+
cache: npm
23+
node-version-file: '.nvmrc'
24+
1925
- name: Install MCP Publisher
2026
run: |
2127
export TAG=$(curl -sL https://api.github.com/repos/modelcontextprotocol/registry/releases/latest | jq -r ".tag_name")

0 commit comments

Comments
 (0)