Skip to content

Commit

Permalink
ci: enable package caching in release notes workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yusufkandemir committed Feb 21, 2024
1 parent 80cec47 commit a03978b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/project-creation-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a03978b

Please sign in to comment.