Skip to content

Commit

Permalink
fix: specify location of package-lock.json (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
d-jeffery authored Jun 12, 2024
2 parents b6bbf9c + 5c0fcbf commit e57fe6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pkg-js-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
scope: "@openfga"
always-auth: false
cache: "npm"
cache-dependency-path: ./pkg/js/package-lock.json

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit e57fe6f

Please sign in to comment.