From 09cf881488d2ca2f2d833556dc1fe554aebfc044 Mon Sep 17 00:00:00 2001 From: Robert Perce Date: Mon, 1 Dec 2025 22:43:16 -0600 Subject: [PATCH] pnpm setup with explicit version --- .forgejo/workflows/test.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/test.yaml b/.forgejo/workflows/test.yaml index 651fb5c..ee4b9ff 100644 --- a/.forgejo/workflows/test.yaml +++ b/.forgejo/workflows/test.yaml @@ -4,7 +4,9 @@ jobs: runs-on: playwright-latest steps: - uses: actions/checkout@v4 - - run: cd e2e - uses: pnpm/action-setup@v4 - run_install: true + with: + version: 11.0.0-dev.1005 + run_install: true + - run: cd e2e - run: env PROJECT_FILTER=firefox ./Taskfile _test