Skip to content

Commit

Permalink
Set cache type to yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
romeovs committed Mar 18, 2023
1 parent 539412a commit 78d3a7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version-file: .tool-versions
cache: yarn
- name: Install dependencies
run: yarn install --immutable --prefer-offline
- name: Typecheck
Expand All @@ -30,6 +31,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version-file: .tool-versions
cache: yarn
- name: Install dependencies
run: yarn install --immutable --prefer-offline
- name: Typecheck
Expand All @@ -45,6 +47,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version-file: .tool-versions
cache: yarn
- name: Install dependencies
run: yarn install --immutable --prefer-offline
- name: Build renderer
Expand Down

0 comments on commit 78d3a7a

Please sign in to comment.