Skip to content

Commit

Permalink
Merge pull request #12581 from dacook/cache-ci-yarn
Browse files Browse the repository at this point in the history
Cache yarn global package data in CI
  • Loading branch information
mkllnk authored Jun 19, 2024
2 parents a922554 + 4023dc2 commit f933ae8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version-file: .node-version
cache: yarn

- name: Install JS dependencies
run: yarn install --frozen-lockfile
Expand Down Expand Up @@ -185,6 +186,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version-file: .node-version
cache: yarn

- name: Install JS dependencies
run: yarn install --frozen-lockfile
Expand Down Expand Up @@ -262,6 +264,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version-file: .node-version
cache: yarn

- name: Install JS dependencies
run: yarn install --frozen-lockfile
Expand Down Expand Up @@ -340,6 +343,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version-file: .node-version
cache: yarn

- name: Install JS dependencies
run: yarn install --frozen-lockfile
Expand Down Expand Up @@ -418,6 +422,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version-file: .node-version
cache: yarn

- name: Install JS dependencies
run: yarn install --frozen-lockfile
Expand Down Expand Up @@ -470,6 +475,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version-file: .node-version
cache: yarn

- name: Install JS dependencies
run: yarn install --frozen-lockfile
Expand Down

0 comments on commit f933ae8

Please sign in to comment.