From 78dbb3b1d211b95f665b94467c097c6cab5c6fff Mon Sep 17 00:00:00 2001 From: Andrey Sitnik Date: Tue, 25 Jun 2024 23:34:53 +0200 Subject: [PATCH] Update CI action --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e9257d1..d264d48 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: - name: Checkout the repository uses: actions/checkout@v4 - name: Install pnpm - uses: pnpm/action-setup@v3 + uses: pnpm/action-setup@v4 with: version: 9 - name: Install Node.js @@ -40,7 +40,7 @@ jobs: - name: Checkout the repository uses: actions/checkout@v4 - name: Install pnpm - uses: pnpm/action-setup@v3 + uses: pnpm/action-setup@v4 with: version: 9 - name: Install Node.js ${{ matrix.node-version }} @@ -67,7 +67,7 @@ jobs: with: persist-credentials: false - name: Install pnpm - uses: pnpm/action-setup@v3 + uses: pnpm/action-setup@v4 with: version: 9 - name: Install Node.js