Skip to content

Commit

Permalink
ci: enable corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume NICOLAS committed Sep 2, 2024
1 parent d33dcec commit fc31cdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
node-version: '22'
- name: apt-get install
run: sudo apt-get install build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev
- run: corepack enable
- run: yarn
- run: yarn test
- name: yarn semantic-release
Expand Down

0 comments on commit fc31cdc

Please sign in to comment.