From 1f5feb8a90e6f38586bff35b39c5f42138c3b1c9 Mon Sep 17 00:00:00 2001 From: zyoshoka <107108195+zyoshoka@users.noreply.github.com> Date: Thu, 19 Sep 2024 22:59:24 +0900 Subject: [PATCH] fix(ci): install pnpm --- .github/workflows/test-federation.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test-federation.yml b/.github/workflows/test-federation.yml index 9ca28fe328..4c1d114ab7 100644 --- a/.github/workflows/test-federation.yml +++ b/.github/workflows/test-federation.yml @@ -23,6 +23,8 @@ jobs: node-version: [20.16.0] steps: - uses: actions/checkout@v4 + - name: Install pnpm + uses: pnpm/action-setup@v4 - name: Install FFmpeg uses: FedericoCarboni/setup-ffmpeg@v3 - name: Use Node.js ${{ matrix.node-version }}