chore(.github): cache pnpm store (#49637)

💸
This commit is contained in:
Oliver Eyton-Williams
2023-03-10 13:08:40 +01:00
committed by GitHub
parent b950070f80
commit 14286f6f8b
9 changed files with 14 additions and 0 deletions

View File

@@ -50,6 +50,7 @@ jobs:
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
with:
node-version: ${{ matrix.node-version }}
cache: pnpm
- name: Set Environment variables
run: |
@@ -92,6 +93,7 @@ jobs:
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
with:
node-version: ${{ matrix.node-version }}
cache: pnpm
- name: Set Environment variables
run: |
@@ -131,6 +133,7 @@ jobs:
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
with:
node-version: ${{ matrix.node-version }}
cache: pnpm
- name: Set Environment variables
run: |
@@ -172,6 +175,7 @@ jobs:
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
with:
node-version: ${{ matrix.node-version }}
cache: pnpm
- name: Set Environment variables
run: |