Skip to content

Commit

Permalink
WIP1
Browse files Browse the repository at this point in the history
  • Loading branch information
knocte committed Jan 28, 2024
1 parent 2bbeb3a commit 063f1c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
- uses: actions/checkout@v4

- name: Install dependencies
run: yarn install --ignore-engines --frozen-lockfile
run: |
npm install -g yarn
yarn install --ignore-engines --frozen-lockfile
- name: Build packages
run: yarn build
Expand Down

0 comments on commit 063f1c9

Please sign in to comment.