We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8318ac commit c44af1aCopy full SHA for c44af1a
.github/workflows/node.js.yml
@@ -26,5 +26,5 @@ jobs:
26
with:
27
node-version: ${{ matrix.node-version }}
28
cache: 'npm'
29
- - run: npm i
+ - run: npm ci
30
- run: npm run test-with-coverage
.github/workflows/release.yml
@@ -18,8 +18,7 @@ jobs:
18
registry-url: https://registry.npmjs.org/
19
- name: run tests
20
run: |
21
- npm i -g @sap/cds-dk
22
- npm i
+ npm ci
23
npm run test
24
- name: get version
25
id: package-version
0 commit comments