Skip to content

Commit

Permalink
Add cache dependency path to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Titou325 committed Jan 31, 2024
1 parent 4d7d1e7 commit ed52d89
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 @@ -17,6 +17,7 @@ jobs:
node-version: 18
cache: npm
registry-url: "https://registry.npmjs.org"
cache-dependency-path: ./package-lock.json
- run: npm install
working-directory: ./
- run: npm run build
Expand Down

0 comments on commit ed52d89

Please sign in to comment.