From c4fcd74b133648209bd8d317a8da59c881c1d607 Mon Sep 17 00:00:00 2001 From: Edouard Bozon Date: Sun, 6 Oct 2024 12:16:35 +0200 Subject: [PATCH] fix(ci): add missing pnpm setup --- .github/actions/setup/action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index fc651e43..5e2d0d3d 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -24,6 +24,9 @@ runs: shell: bash run: git config user.email "-" && git config user.name "Nxext Bot" + - name: Install pnpm + uses: pnpm/action-setup@v4 + - name: Use Node.js uses: actions/setup-node@v4 with: