From 6f4f98c83efb6ffbdf1ae907c7cbb0a217119c50 Mon Sep 17 00:00:00 2001 From: Peter Smith Date: Tue, 9 Jan 2024 13:38:43 +0000 Subject: [PATCH] fix: build --- .github/actions/{pnpm-setup.yml => setup-pnpm/action.yml} | 0 .github/workflows/build.yml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .github/actions/{pnpm-setup.yml => setup-pnpm/action.yml} (100%) diff --git a/.github/actions/pnpm-setup.yml b/.github/actions/setup-pnpm/action.yml similarity index 100% rename from .github/actions/pnpm-setup.yml rename to .github/actions/setup-pnpm/action.yml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ed4e95b..69b51cc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v3 - name: 🏗️ PNPM Setup - uses: ./.github/actions/pnpm-setup.yml + uses: ./.github/actions/pnpm-setup - name: 🔧 Install Dependencies run: pnpm install