Skip to content

Commit

Permalink
update package version
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Nov 16, 2024
1 parent ea571c3 commit 6d760f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/binary-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
./cdxgen-arm64 --version
sha256sum cdxgen-arm64 > cdxgen-arm64.sha256
rm -rf node_modules
npm install --omit=optional --omit=dev --no-package-lock --no-audit --no-fund --no-progress --loglevel verbose
npm install --omit=optional --omit=dev --no-package-lock --no-audit --no-fund --no-progress
npx --no-progress --yes @appthreat/caxa --input . --output "cdxgen-arm64-slim" -- "{{caxa}}/node_modules/.bin/node" "{{caxa}}/bin/cdxgen.js"
chmod +x cdxgen-arm64-slim
./cdxgen-arm64-slim --version
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
- name: Produce sae
run: |
npm install -g [email protected]
npm install --omit=dev --no-package-lock --no-audit --no-fund --no-progress --loglevel verbose
npm install --omit=dev --no-package-lock --no-audit --no-fund --no-progress
${{ matrix.build }}
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 6d760f6

Please sign in to comment.