Skip to content

Commit

Permalink
chore(ci): enable caching
Browse files Browse the repository at this point in the history
  • Loading branch information
donskov committed May 17, 2024
1 parent 20b8a64 commit 5f897b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'yarn'
name: Setup node
- name: Install dependencies
run: yarn
run: yarn install --frozen-lockfile
- name: Run linter
run: yarn lint
- name: Run tests
Expand Down

0 comments on commit 5f897b5

Please sign in to comment.