Skip to content

Commit

Permalink
thanks yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikg committed Aug 24, 2024
1 parent d15e26b commit 06ad25d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- name: create yarn lock
if: startsWith(${{matrix.pm}},'yarn')
run: touch yarn.lock
- run: corepack enable
- name: Install dependencies
run: corepack ${{matrix.pm}} install
Expand Down

0 comments on commit 06ad25d

Please sign in to comment.