We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f4fe6d commit abedb33Copy full SHA for abedb33
1 file changed
.github/workflows/sbom.yaml
@@ -66,6 +66,7 @@ jobs:
66
echo "Node.js: $(node --version)"
67
- name: Install Node.js dependencies
68
run: |
69
+ cd marketing
70
[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true
71
- name: Configure Git
72
0 commit comments