Skip to content

Commit

Permalink
Explicitly run npm install (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
APErebus authored Jan 15, 2024
1 parent 304651d commit 4754355
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/create-versioning-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
cache: 'npm'
cache-dependency-path: ./charts/kubernetes-tentacle/package-lock.json

- name: npm install
run: npm install
working-directory: ./charts/kubernetes-tentacle

- name: Install YQ
uses: dcarbone/install-yq-action@v1.1.1

Expand Down

0 comments on commit 4754355

Please sign in to comment.