Skip to content

Commit

Permalink
Add cache dependency path in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
blackfyre committed Oct 11, 2023
1 parent 606d6c3 commit 8ff0952
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
with:
node-version: ">=14.17.0"
cache: "npm"
cache-dependency-path: ./web_src/sitebuild/package-lock.json

- name: Set up Go
uses: actions/setup-go@v3
Expand Down

0 comments on commit 8ff0952

Please sign in to comment.