Skip to content

Commit

Permalink
Add cache to node setup in dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DemianParkhomenko committed Sep 12, 2023
1 parent 17d8457 commit 378843f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '20.x'
cache: 'npm'
- run: npm ci
- run: npm run format:check
- run: npm run lint:check
Expand Down

0 comments on commit 378843f

Please sign in to comment.