From c33662b5a534d0e452240508bc8171763902e13a Mon Sep 17 00:00:00 2001 From: Andrey Sitnik Date: Tue, 20 Feb 2024 23:26:10 +0100 Subject: [PATCH] Update CI action --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f82ed5c..f52d897 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: - name: Checkout the repository uses: actions/checkout@v4 - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v3 with: version: 8 - name: Install Node.js @@ -38,7 +38,7 @@ jobs: - name: Checkout the repository uses: actions/checkout@v4 - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v3 with: version: 8 - name: Install Node.js ${{ matrix.node-version }}