Skip to content

Commit bc5b875

Browse files
committed
Reverting yarn's version
1 parent 0cd214b commit bc5b875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/setup-node@v1
1010
with:
1111
node-version: '23.x'
12-
- run: npm install -g yarn@3
12+
- run: npm install -g yarn@2
1313
- run: yarn install
1414
- name: Running tests
1515
run: |

0 commit comments

Comments
 (0)