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: