Skip to content

Commit

Permalink
Set cache to 'yarn'
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrtenz committed Nov 10, 2022
1 parent b6acdd2 commit 4854f7d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn2'
cache: 'yarn'
- name: Install Yarn dependencies
run: yarn --immutable

Expand All @@ -36,7 +36,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn2'
cache: 'yarn'
- run: yarn --immutable
- run: yarn build
- name: Require clean working directory
Expand All @@ -61,7 +61,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn2'
cache: 'yarn'
- run: yarn --immutable
- run: yarn lint
- name: Validate RC changelog
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn2'
cache: 'yarn'
- run: yarn --immutable
- run: yarn test
- name: Require clean working directory
Expand Down

0 comments on commit 4854f7d

Please sign in to comment.