Skip to content

Commit

Permalink
Merge pull request #135 from RHEcosystemAppEng/hotfix/little-fix
Browse files Browse the repository at this point in the history
fix: two small big adjustments
  • Loading branch information
zvigrinberg authored May 6, 2024
2 parents 98a67b6 + 71cd0f5 commit 1cd1969
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 16 deletions.
1 change: 1 addition & 0 deletions .github/workflows/stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
uses: actions/checkout@v3
with:
ssh-key: ${{ secrets.DEPLOY_KEY }}
fetch-depth: 0

- name: Install node 18
uses: actions/setup-node@v3
Expand Down
25 changes: 10 additions & 15 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"dependencies": {
"@babel/core": "^7.23.2",
"@cyclonedx/cyclonedx-library": "^1.13.3",
"@cyclonedx/cyclonedx-library": "~1.3.4",
"fast-toml": "^0.5.4",
"fast-xml-parser": "^4.2.4",
"help": "^3.0.2",
Expand Down

0 comments on commit 1cd1969

Please sign in to comment.