From 24764d0df998c78820ac420e0903a93225bfb3eb Mon Sep 17 00:00:00 2001 From: bigopon Date: Wed, 1 Sep 2021 21:19:44 +1000 Subject: [PATCH] chore(ci): fix pnpm run --- .github/workflows/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 08f92a4..5868c1a 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -50,7 +50,7 @@ jobs: run: npm run build:ci PNPM: - runs-on: ubuntu-latest + runs-on: window-latest steps: - uses: pnpm/action-setup@v2.0.1