Skip to content

Commit

Permalink
ci: cache
Browse files Browse the repository at this point in the history
  • Loading branch information
acrazing committed Oct 23, 2024
1 parent 915a3b3 commit 4007a3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '18' # Change this to the node version you need
cache: yarn
cache-dependency-path: yarn.lock
- name: Enable Corepack (for Yarn 4)
run: corepack enable
- name: Install dependencies
Expand Down

0 comments on commit 4007a3f

Please sign in to comment.