From 0f268658b4b2e190d4db7bf1ec767e9c0b097f40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?X=C3=B9d=C5=8Dng=20Y=C3=A1ng?= Date: Wed, 7 Aug 2024 03:47:55 -0400 Subject: [PATCH] Fix test workflow ("invalid this") (#149) Same as #147 but for test.yml --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0440021b12d1..b91e502c565f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v4 - name: Install pnpm - uses: pnpm/action-setup@v2.4.0 + uses: pnpm/action-setup@v2.4.1 with: version: 8.6.12