From e702f59c9d100fc05a021259ea3ebafbd7f0c688 Mon Sep 17 00:00:00 2001 From: Ayase Minori Date: Thu, 18 Apr 2024 03:47:48 +0000 Subject: [PATCH] use pnpm here Signed-off-by: Ayase Minori --- .github/workflows/ci.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c627d4..3279e20 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,12 +15,15 @@ jobs: uses: actions/checkout@v2 with: fetch-depth: 0 - + + - name: Set up pnpm + uses: pnpm/action-setup@v2 + - name: Set up Node uses: actions/setup-node@v2 with: - node-version: 18 - cache: 'pnpm' + node-version: '18' + cache:'pnpm' - name: Install dependencies run: pnpm install