diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index d9622625a..d7209cdde 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -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 @@ -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 }} diff --git a/packages/igniteui-mcp/igniteui-doc-mcp/package.json b/packages/igniteui-mcp/igniteui-doc-mcp/package.json index 26f339a01..613c2df7b 100644 --- a/packages/igniteui-mcp/igniteui-doc-mcp/package.json +++ b/packages/igniteui-mcp/igniteui-doc-mcp/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index f22cd3f07..f159201b0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"