From 47ba4d3b9483899225bdbe5392329928b761607d Mon Sep 17 00:00:00 2001 From: nickschot Date: Tue, 28 Nov 2023 20:28:24 +0100 Subject: [PATCH] Downgrade to actions/setup-node@v3 due to performance bug with v4 --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 458ac048..65aab46b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: with: version: ${{ env.PNPM_VERSION }} - name: Install Node - uses: actions/setup-node@v4 + uses: actions/setup-node@v3 with: node-version: 18.x cache: pnpm @@ -50,7 +50,7 @@ jobs: - uses: pnpm/action-setup@v2.4.0 with: version: ${{ env.PNPM_VERSION }} - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v3 with: node-version: 18.x cache: pnpm @@ -85,7 +85,7 @@ jobs: with: version: ${{ env.PNPM_VERSION }} - name: Install Node - uses: actions/setup-node@v4 + uses: actions/setup-node@v3 with: node-version: 18.x cache: pnpm @@ -115,7 +115,7 @@ jobs: with: version: ${{ env.PNPM_VERSION }} - name: Install Node - uses: actions/setup-node@v4 + uses: actions/setup-node@v3 with: node-version: 18.x cache: pnpm