From a1358fe577597e85edc46e84bff01cdc24785c0a Mon Sep 17 00:00:00 2001 From: Shinichi Okada <147320+shinokada@users.noreply.github.com> Date: Fri, 12 Jan 2024 14:52:23 +0100 Subject: [PATCH] fix: workflow pnpm to latest --- .github/workflows/playwright-and-lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright-and-lint.yaml b/.github/workflows/playwright-and-lint.yaml index 361e42cff..3e2fd26aa 100644 --- a/.github/workflows/playwright-and-lint.yaml +++ b/.github/workflows/playwright-and-lint.yaml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v3 - uses: pnpm/action-setup@v2 with: - version: 7 + version: 'latest' - uses: actions/setup-node@v3 with: node-version: '18'