Skip to content

Commit

Permalink
Cache yarn in CI again
Browse files Browse the repository at this point in the history
  • Loading branch information
kvz committed Apr 4, 2024
1 parent 4fdbf3a commit f092221
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version: 10.x
- name: Get yarn cache directory path
id : yarn-cache-dir-path
run : echo "##[set-output name=dir;]$(yarn cache dir)"
run : echo "##[set-output name=dir;].yarn"
- uses: actions/cache@v2
with:
path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ scripts/main.js.map
website/public
website/db.json
website/.deploy_git
.yarn/install-state.gz
.yarn/

0 comments on commit f092221

Please sign in to comment.