ci: Add comment to yarn setup step for clarity

This commit is contained in:
Carlos Santos 2025-04-23 14:26:53 +02:00
parent a2aa400a71
commit 17df78b566

View File

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