[ci][self] test workaround to install yarn at runtime

This commit is contained in:
kleph 2023-07-25 15:44:31 +02:00
parent 9571981856
commit 68328ce038
2 changed files with 17 additions and 7 deletions

View file

@ -12,7 +12,12 @@ runs:
- name: Setup Node
uses: actions/setup-node@v3
with:
cache: 'yarn'
node-version-file: '.node-version'
- name: Install yarn
run: |
npm install --global yarn
shell: bash
- name: Install Node modules
run: |