mirror of
https://github.com/acamarata/prettier-config.git
synced 2026-06-30 19:04:27 +00:00
ci: add pnpm cache key to setup-node steps
This commit is contained in:
parent
e6a7e09ed6
commit
3206e6c244
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -20,6 +20,7 @@ jobs:
|
|||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
cache: 'pnpm'
|
||||
|
||||
- name: Enable corepack
|
||||
run: corepack enable
|
||||
|
|
@ -40,6 +41,7 @@ jobs:
|
|||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 24
|
||||
cache: 'pnpm'
|
||||
|
||||
- name: Enable corepack
|
||||
run: corepack enable
|
||||
|
|
|
|||
Loading…
Reference in a new issue