diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 8d5f5bc5..9db5bc95 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -26,7 +26,7 @@ jobs: with: node-version: ${{ matrix.node-version }} cache: 'npm' - - run: npm install --legacy-peer-deps - - run: npm ci --legacy-peer-deps + - run: npm install + - run: npm ci - run: npm run build --if-present - run: npm test diff --git a/package.json b/package.json index c9d8d849..4536dd40 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "history": "5.0.0", "html-react-parser": "1.4.0", "isomorphic-unfetch": "3.1.0", - "kpmp-common-components": "1.2.4", + "kpmp-common-components": "1.2.7", "kpmp-common-styles": "1.0.13", "material-table": "1.69.3", "npm-run-all": "4.1.5",