From 183e99e763df88cea481d169e4531a516532c1ac Mon Sep 17 00:00:00 2001 From: AlexProgrammerDE <40795980+AlexProgrammerDE@users.noreply.github.com> Date: Sat, 30 Sep 2023 16:56:19 +0200 Subject: [PATCH] Use pnpm 8 in workflows --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4260aab..4b3df1b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: name: Install pnpm id: pnpm-install with: - version: 7 + version: 8 run_install: false - name: Get pnpm store directory @@ -40,6 +40,6 @@ jobs: - name: Install dependencies run: pnpm install - + - name: Typescript compile run: pnpm ci-build