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 c31d242
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,15 @@ jobs:
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 c31d242

Please sign in to comment.