Skip to content

Commit

Permalink
Merge pull request #20 from HSG-Library/develop
Browse files Browse the repository at this point in the history
Dependency updates
  • Loading branch information
d22 authored May 30, 2023
2 parents 4e2b9d5 + 53026d8 commit 9c9f4cf
Show file tree
Hide file tree
Showing 2 changed files with 957 additions and 933 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/check_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,13 @@ jobs:
with:
node-version: 13.x

- name: Audit ('npm audit')
run: |
npm ci
npm audit --audit-level=critical
# - name: Audit ('npm audit')
# run: |
# npm ci
# npm audit --audit-level=critical

- name: Build CloudApp ('eca build')
run: |
npm ci
npm i -g @exlibris/exl-cloudapp-cli
eca build | grep 'Generated'
Loading

0 comments on commit 9c9f4cf

Please sign in to comment.