From d1273a68dfc2b12b038c46b61528de28e05bc123 Mon Sep 17 00:00:00 2001 From: Pauline Date: Sun, 26 Nov 2023 18:12:45 -0500 Subject: chore(actions): hopefully this fixes the errors --- .github/actions/setup-pnpm/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/actions') diff --git a/.github/actions/setup-pnpm/action.yml b/.github/actions/setup-pnpm/action.yml index 61cf3ee..9a2ced5 100644 --- a/.github/actions/setup-pnpm/action.yml +++ b/.github/actions/setup-pnpm/action.yml @@ -11,7 +11,7 @@ runs: - name: Install pnpm uses: pnpm/action-setup@v2 with: - version: 8.x.x + version: latest - name: Install Node.js uses: actions/setup-node@v3 -- cgit