From 9f2a00ea1a4f72fd8b178b23ef9b3bfa7236ef23 Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Sat, 15 Oct 2022 21:09:50 +0300 Subject: [PATCH] ci: update pnpm/action-setup to v2.2.4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c71ef43009..dddaf8cb57 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: - name: Checkout Commit uses: actions/checkout@v3 - name: Install pnpm - uses: pnpm/action-setup@v2.2.2 + uses: pnpm/action-setup@v2.2.4 with: version: next-7 - name: Setup Node