Skip to content

Commit

Permalink
corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
InventivetalentDev committed Aug 17, 2024
1 parent 1027061 commit 2e90811
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ jobs:
runs-on: ${{ matrix.settings.host }}
steps:
- uses: actions/checkout@v4
- name: Enable Corepack
run: corepack enable
- name: Setup node
uses: actions/setup-node@v4
if: ${{ !matrix.settings.docker }}
with:
node-version: 20
cache: yarn
- name: Enable Corepack
run: corepack enable
- name: Install
uses: dtolnay/rust-toolchain@stable
if: ${{ !matrix.settings.docker }}
Expand Down

0 comments on commit 2e90811

Please sign in to comment.