From 17df78b5667c23590e0a548359e93685eb4252c8 Mon Sep 17 00:00:00 2001 From: Carlos Santos <4a.santos@gmail.com> Date: Wed, 23 Apr 2025 14:26:53 +0200 Subject: [PATCH] ci: Add comment to yarn setup step for clarity --- .github/workflows/integration-test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-test.yaml b/.github/workflows/integration-test.yaml index b1f58e6..b1cccbe 100644 --- a/.github/workflows/integration-test.yaml +++ b/.github/workflows/integration-test.yaml @@ -49,7 +49,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: '20' - - name: Setup yarn + - name: Setup yarn # Needed for the redlock package run: npm install -g yarn - name: Run tests run: | @@ -97,7 +97,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: '20' - - name: Setup yarn + - name: Setup yarn # Needed for the redlock package run: npm install -g yarn - name: Run tests run: |