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: |