Skip to content

Commit

Permalink
workflows/build: 'npm install' from subdir (#1240)
Browse files Browse the repository at this point in the history
Should be exactly like before, but without the security scanner complaining.

Signed-off-by: Stephan Renatus <[email protected]>
  • Loading branch information
srenatus authored Nov 6, 2024
1 parent 3a1c4dc commit b4b9d76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
with:
version: ${{ steps.opa.outputs.version }}
static: ${{ matrix.os.static }}
- run: npm install --prefix build
- run: npm install
working-directory: build
- name: Restore rq cache
id: cache-rq
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
Expand Down

0 comments on commit b4b9d76

Please sign in to comment.