fix attempt 2

This commit is contained in:
daniel31x13
2025-12-21 17:58:30 -05:00
parent 33553e22d5
commit 865bff2214

View File

@@ -61,11 +61,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Use Node.js
- name: Use Node.js and Enable Yarn 4
uses: actions/setup-node@v4
with:
node-version: "20"
cache: 'yarn'
- name: Enable Yarn 4
run: |