Skip to content

Commit

Permalink
Enable yarn cache on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
LabhanshAgrawal committed Aug 3, 2021
1 parent 91f95dc commit 05e84a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
uses: actions/setup-node@v2.3.0
with:
node-version: ${{ matrix.node-version }}
cache: yarn
- name: Install
run: yarn install
- name: Test
Expand Down

0 comments on commit 05e84a5

Please sign in to comment.