diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 815d4501..fc63af5c 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [20.x, 22.x] + node-version: [22.x, 24.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: @@ -26,4 +26,4 @@ jobs: with: node-version: ${{ matrix.node-version }} - run: npm i - - run: npm test -- --colors + - run: npm test diff --git a/package.json b/package.json index 0bfdb24e..dac95e20 100644 --- a/package.json +++ b/package.json @@ -2,15 +2,14 @@ "name": "@capire/incidents", "version": "1.0.0", "dependencies": { - "@sap/cds": ">=8", - "express": "^4" + "@sap/cds": ">=9" }, "devDependencies": { "@cap-js/cds-test": "*", "@cap-js/audit-logging": ">=0.8.3", "@cap-js/change-tracking": "^1.0.6", "@cap-js/attachments": "^2", - "@cap-js/sqlite": ">=1" + "@cap-js/sqlite": ">=2" }, "scripts": { "watch": "cds watch",