From e55f3ce7ed40783c6a91f880f81bc3d824b5d023 Mon Sep 17 00:00:00 2001 From: Alexandre Stahmer Date: Fri, 23 Feb 2024 16:25:15 +0100 Subject: [PATCH] fix --- .github/workflows/publish.yml | 2 +- vitest.config.ts | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5c14851d5..6656ea368 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -21,7 +21,7 @@ jobs: node-version: 20.x - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v3 with: version: 8 diff --git a/vitest.config.ts b/vitest.config.ts index ab950072d..29a533e11 100644 --- a/vitest.config.ts +++ b/vitest.config.ts @@ -7,9 +7,4 @@ export default defineConfig({ test: { hideSkippedTests: true, }, - resolve: { - alias: { - '#pandabox/fixtures': resolve('./fixtures/src/index.ts'), - }, - }, })