From 490207c9ff5e030f684ff5d6324baae2258378f2 Mon Sep 17 00:00:00 2001 From: Rune Harlyk <36825685+runeharlyk@users.noreply.github.com> Date: Tue, 29 Oct 2024 10:09:02 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Updates=20pnpm=20version=20for=20fr?= =?UTF-8?q?ontend-tests.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/frontend-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/frontend-tests.yml b/.github/workflows/frontend-tests.yml index 9ceb3ef..b68ec7c 100644 --- a/.github/workflows/frontend-tests.yml +++ b/.github/workflows/frontend-tests.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v2 with: - version: 8 + version: 9 - name: Setup Node.js uses: actions/setup-node@v4 @@ -38,4 +38,4 @@ jobs: run: npx playwright install --with-deps - name: Run tests - run: pnpm test \ No newline at end of file + run: pnpm test