Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [22.x, 24.x]
node-version: [26.x, 24.x]
steps:
- name: Checkout
uses: actions/checkout@v6 #set credentials for every repository on the computer --global, so `New command` CLI tests pass
Expand All @@ -40,7 +40,6 @@ jobs:
run: yarn coverage
- name: Publish to coveralls.io
if: matrix.node-version == '24.x'
# coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8 corresponds to v2.3.4
uses: coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8
uses: coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8 # corresponds to v2.3.4
with:
github-token: ${{ github.token }}
2 changes: 1 addition & 1 deletion packages/igniteui-mcp/igniteui-doc-mcp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
"@types/js-yaml": "^4.0.9",
"@types/node": "^25.2.2",
"@types/tmp": "^0.2.6",
"better-sqlite3": "^12.6.2",
"better-sqlite3": "^12.11.1",
"js-tiktoken": "^1.0.21",
"js-yaml": "^4.1.1",
"octokit": "^5.0.5",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2427,10 +2427,10 @@ before-after-hook@^4.0.0:
resolved "https://registry.npmjs.org/before-after-hook/-/before-after-hook-4.0.0.tgz"
integrity sha512-q6tR3RPqIB1pMiTRMFcZwuG5T8vwp+vUvEG0vuI6B+Rikh5BfPp2fQ82c925FOs+b0lcFQ8CFrL+KbilfZFhOQ==

better-sqlite3@^12.6.2:
version "12.8.0"
resolved "https://registry.npmjs.org/better-sqlite3/-/better-sqlite3-12.8.0.tgz"
integrity sha512-RxD2Vd96sQDjQr20kdP+F+dK/1OUNiVOl200vKBZY8u0vTwysfolF6Hq+3ZK2+h8My9YvZhHsF+RSGZW2VYrPQ==
better-sqlite3@^12.11.1:
version "12.11.1"
resolved "https://registry.yarnpkg.com/better-sqlite3/-/better-sqlite3-12.11.1.tgz#067846efabf7671957fc8a9e8df3be39c6cc0b84"
integrity sha512-dq9AtApgg5PGFtBzPFSBl3HZQjHok5gaQCM6zh2Yk0aSmDCs1CbnVI8/HgASQkNKsWFpseIO9beg5xxpYhbIfA==
dependencies:
bindings "^1.5.0"
prebuild-install "^7.1.1"
Expand Down