From ecd41cf02055d22df4893fdf1a8b468dfa572e91 Mon Sep 17 00:00:00 2001 From: PleBea Date: Wed, 26 Feb 2025 01:09:55 +0900 Subject: [PATCH] test --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c007680..0a78fbb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -51,6 +51,7 @@ jobs: node-version: [20.x, 22.x] steps: - uses: actions/checkout@v4 + - run: corepack enable pnpm - uses: pnpm/action-setup@v4 name: Install pnpm with: @@ -76,6 +77,7 @@ jobs: node-version: [20.x, 22.x] steps: - uses: actions/checkout@v4 + - run: corepack enable pnpm - uses: pnpm/action-setup@v4 name: Install pnpm with: @@ -103,6 +105,7 @@ jobs: node-version: [20.x, 22.x] steps: - uses: actions/checkout@v4 + - run: corepack enable pnpm - uses: pnpm/action-setup@v4 name: Install pnpm with: