Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Setting node cache dependency path for release #patch
Browse files Browse the repository at this point in the history
  • Loading branch information
samlown committed Aug 10, 2023
1 parent eae40f4 commit aafe454
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
with:
node-version: 16.x
cache: "npm"
cache-dependency-path: "./gobl-worker/package-lock.json"

- name: Run npm install
if: ${{ steps.bump.new_tag == steps.bump.tag }}
Expand Down

0 comments on commit aafe454

Please sign in to comment.