Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
louilinn authored Sep 13, 2023
1 parent 347eb63 commit 0b13b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
cache: 'npm'
node-version-file: '.nvmrc'
cache-dependency-path: circles-handbook/package-lock.json
cache-dependency-path: yarn.lock

- name: Install dependencies
run: yarn install
Expand Down

0 comments on commit 0b13b47

Please sign in to comment.