Skip to content

Commit

Permalink
chore: use caching with setup-node
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni authored and alekseykulikov committed Feb 16, 2022
1 parent 02be36c commit e602b43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: '12'
cache: 'yarn'
- run: yarn install
- run: yarn test

0 comments on commit e602b43

Please sign in to comment.