fix: yarn being a pain in Github Actions

This commit is contained in:
2025-09-26 11:10:09 +02:00
parent 1c8b962c5c
commit 4908597392
2 changed files with 2 additions and 940 deletions

View File

@@ -20,11 +20,8 @@ jobs:
- name: Checkout code
uses: actions/checkout@v5
- name: Install yarn
run: |
curl -fsSL -o ./.bin/yarn ${{ env.YARN_URL }}
chmod +x ./.bin/yarn
echo "./.bin" >> $GITHUB_PATH
- name: Enable Corepack before setting up Node
run: corepack enable
- name: Install Node.js, NPM
uses: actions/setup-node@v5

File diff suppressed because one or more lines are too long