From 1b30344afefaf034e21d8cf6f8042b0051226e2a Mon Sep 17 00:00:00 2001 From: Isaac Date: Thu, 7 Sep 2023 02:14:07 +0100 Subject: [PATCH] ci: fix i18n workflow --- .github/workflows/i18n.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/i18n.yml b/.github/workflows/i18n.yml index 200d9a5..3c40ab7 100644 --- a/.github/workflows/i18n.yml +++ b/.github/workflows/i18n.yml @@ -22,6 +22,10 @@ jobs: - name: Checkout uses: actions/checkout@v3 + - uses: pnpm/action-setup@v2 + with: + version: 8 + - name: Setup node uses: actions/setup-node@v3 with: