From 5d3c1c162405358fbb8e0bc7a50fe7ce37669803 Mon Sep 17 00:00:00 2001 From: whilefoo Date: Fri, 15 Mar 2024 18:39:48 +0100 Subject: [PATCH] feat: setup node and pnpm --- .github/workflows/compute.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/compute.yml b/.github/workflows/compute.yml index c1ae788..f42eab5 100644 --- a/.github/workflows/compute.yml +++ b/.github/workflows/compute.yml @@ -29,6 +29,16 @@ jobs: - name: Echo inputs run: echo ${{ inputs.settings }} + - uses: pnpm/action-setup@v3 + with: + version: 8 + + - name: Setup Node + uses: actions/setup-node@v4 + with: + node-version: "20" + cache: "pnpm" + - name: Calling action uses: ./ with: