File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 2020 - windows-latest
2121 - macos-latest
2222 node :
23+ - 20
2324 - 22
2425 - 24
2526 steps :
@@ -32,11 +33,20 @@ jobs:
3233 uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
3334 with :
3435 cache : npm
35- node-version : ${{ matrix.node }}
36+ node-version : 22
3637
3738 - name : Install dependencies
3839 run : npm ci
3940
41+ - name : Build
42+ run : npm run build
43+
44+ - name : Set up Node.js
45+ uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
46+ with :
47+ cache : npm
48+ node-version : ${{ matrix.node }}
49+
4050 - name : Disable AppArmor
4151 if : ${{ matrix.os == 'ubuntu-latest' }}
4252 run : echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ MCP clients.
2626
2727## Requirements
2828
29- - [ Node.js 22 ] ( https://nodejs.org/ ) or newer.
29+ - [ Node.js 20 ] ( https://nodejs.org/ ) or newer.
3030- [ Chrome] ( https://www.google.com/chrome/ ) current stable version or newer.
3131- [ npm] ( https://www.npmjs.com/ ) .
3232
You can’t perform that action at this time.
0 commit comments