From b4c08800f695c1fdef4f3b4c904972976c6bb288 Mon Sep 17 00:00:00 2001 From: mikebender Date: Wed, 17 Jul 2024 13:26:58 -0400 Subject: [PATCH] Try using the cached version again... --- .github/workflows/publish-alpha.yml | 1 + .github/workflows/publish-packages.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/publish-alpha.yml b/.github/workflows/publish-alpha.yml index 893153748..c9da36fcd 100644 --- a/.github/workflows/publish-alpha.yml +++ b/.github/workflows/publish-alpha.yml @@ -27,6 +27,7 @@ jobs: with: node-version-file: '.nvmrc' registry-url: 'https://registry.npmjs.org' + cache: 'npm' - name: Install dependencies run: npm ci - name: Build packages diff --git a/.github/workflows/publish-packages.yml b/.github/workflows/publish-packages.yml index f938a3183..e9e7f9ab1 100644 --- a/.github/workflows/publish-packages.yml +++ b/.github/workflows/publish-packages.yml @@ -20,6 +20,7 @@ jobs: with: node-version-file: '.nvmrc' registry-url: 'https://registry.npmjs.org' + cache: 'npm' - name: Install dependencies run: npm ci - name: Build production