Skip to content

Commit

Permalink
update version in package-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
max402 committed Jul 3, 2024
1 parent bbd1bed commit bc34b81
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,21 @@ jobs:
build_angular:
name: Build & Test frontend
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./sts-client-example
steps:
- name: Step 1 - Checkout repository code
uses: actions/checkout@v4
with:
sparse-checkout: 'sts-client-example'
sparse-checkout-cone-mode: false

- name: Step 2 - setup node
uses: actions/setup-node@v4
with:
node-version: 20

- run: npm ci

- run: npm run prod
4 changes: 2 additions & 2 deletions sts-client-example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bc34b81

Please sign in to comment.