Skip to content

Commit c44af1a

Browse files
committed
npm ci, add dev deps
1 parent d8318ac commit c44af1a

File tree

4 files changed

+526
-521
lines changed

4 files changed

+526
-521
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ jobs:
2626
with:
2727
node-version: ${{ matrix.node-version }}
2828
cache: 'npm'
29-
- run: npm i
29+
- run: npm ci
3030
- run: npm run test-with-coverage

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ jobs:
1818
registry-url: https://registry.npmjs.org/
1919
- name: run tests
2020
run: |
21-
npm i -g @sap/cds-dk
22-
npm i
21+
npm ci
2322
npm run test
2423
- name: get version
2524
id: package-version

0 commit comments

Comments
 (0)