Skip to content

Commit

Permalink
ci: add yarn caching
Browse files Browse the repository at this point in the history
  • Loading branch information
rmagur1203 committed Feb 23, 2023
1 parent 3d273a3 commit 29f1e0c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- run: yarn global add lerna
- run: lerna bootstrap
- run: lerna run test
Expand All @@ -87,6 +88,7 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- run: echo $ACCESS_TOKEN_SECRET
- run: yarn global add lerna
- run: lerna bootstrap
Expand All @@ -111,6 +113,7 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- run: yarn global add lerna
- run: lerna bootstrap
- run: lerna run build
Expand Down

0 comments on commit 29f1e0c

Please sign in to comment.