Skip to content

Commit

Permalink
Merge pull request #24 from PostHog/ci/use-yarn-cache
Browse files Browse the repository at this point in the history
ci: use yarn cache to speed up CI
  • Loading branch information
hazzadous authored May 1, 2023
2 parents cd980ad + 6150015 commit 54f7371
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 18
cache: "yarn"

# Install dependencies
- run: yarn
Expand Down

0 comments on commit 54f7371

Please sign in to comment.