Skip to content

Commit

Permalink
Merge pull request #1111 from product-os/joshbwlng/sbom-node
Browse files Browse the repository at this point in the history
Dynamically decide node version to use for SBOM
  • Loading branch information
joshbwlng authored Jul 12, 2024
2 parents a80636e + 1d012b9 commit 12beafc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flowzone.yml

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

5 changes: 4 additions & 1 deletion flowzone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2416,7 +2416,10 @@ jobs:
- *getGitHubAppToken
- *checkoutVersionedSha
- *createLocalRefs
- *setupNode

- <<: *setupNode
with:
node-version: ${{ fromJSON(needs.is_npm.outputs.node_versions)[0] }}

- run: npm install

Expand Down

0 comments on commit 12beafc

Please sign in to comment.