From a03978b0880b3310031189f010e4ee520294f91b Mon Sep 17 00:00:00 2001 From: Yusuf Kandemir Date: Wed, 21 Feb 2024 13:50:02 +0300 Subject: [PATCH] ci: enable package caching in release notes workflow --- .github/workflows/project-creation-tests.yml | 4 ++-- .github/workflows/release-notes.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/project-creation-tests.yml b/.github/workflows/project-creation-tests.yml index 14a20887103..c57d0c5bb89 100644 --- a/.github/workflows/project-creation-tests.yml +++ b/.github/workflows/project-creation-tests.yml @@ -44,7 +44,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: 20 - # create-quasar is not included in workspaces, and it's yarn.lock is .gitignored, so we can't have caching + # create-quasar is not included in workspaces, and its yarn.lock is .gitignored, so we can't have caching # cache: 'yarn' - name: Install dependencies @@ -83,7 +83,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - # create-quasar is not included in workspaces, and it's yarn.lock is .gitignored, so we can't have caching + # create-quasar is not included in workspaces, and its yarn.lock is .gitignored, so we can't have caching # cache: 'yarn' - name: Install dependencies diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index ab9c6fee10b..429dd71cebe 100644 --- a/.github/workflows/release-notes.yml +++ b/.github/workflows/release-notes.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 20 - # No caching because we are not checking lock files in + cache: 'yarn' - run: yarn install working-directory: docs