From 04d116ab1db86dda9e71203c9ca45bd5787721e4 Mon Sep 17 00:00:00 2001 From: Zephyr <12817816+ZephyrTFA@users.noreply.github.com> Date: Mon, 29 Jul 2024 09:01:15 -0400 Subject: [PATCH] Update pr.yml --- .github/workflows/pr.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index bd35780..1d7df18 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -16,12 +16,13 @@ jobs: - name: Checkout code uses: actions/checkout@v4 + - name: Install PNPM + run: npm i -g pnpm + - name: Set up Node.js uses: actions/setup-node@v4 with: node-version: 20 - cache: 'pnpm' - cache-dependency-path: './pnpm-lock.yaml' - name: Install dependencies run: pnpm install