From e1b15f5b8ad8cd1acf452776cb632428541d33ee Mon Sep 17 00:00:00 2001 From: Neko Ayaka Date: Wed, 2 Apr 2025 00:44:13 +0800 Subject: [PATCH] chore(ci): not cached --- .github/workflows/build-tamagotchi.yml | 1 + .github/workflows/release-tamagotchi.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/build-tamagotchi.yml b/.github/workflows/build-tamagotchi.yml index d031374c3..51a9b157a 100644 --- a/.github/workflows/build-tamagotchi.yml +++ b/.github/workflows/build-tamagotchi.yml @@ -46,6 +46,7 @@ jobs: # registry-url required. Learn more at # https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages registry-url: 'https://registry.npmjs.org' + cache: pnpm - uses: pnpm/action-setup@v4 name: Install pnpm diff --git a/.github/workflows/release-tamagotchi.yml b/.github/workflows/release-tamagotchi.yml index 26a7edff5..c11c775b9 100644 --- a/.github/workflows/release-tamagotchi.yml +++ b/.github/workflows/release-tamagotchi.yml @@ -51,6 +51,7 @@ jobs: # registry-url required. Learn more at # https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages registry-url: 'https://registry.npmjs.org' + cache: pnpm - uses: pnpm/action-setup@v4 name: Install pnpm