Skip to content

Commit

Permalink
Use corepack in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
axtgr committed Mar 7, 2024
1 parent 5753534 commit eaf6ae2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- name: Enable Corepack
run: corepack enable
- name: Install the dependencies using the package manager whose lock file is in the root dir
uses: jaid/[email protected]
- name: Run static checks
Expand All @@ -49,6 +51,8 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- name: Enable Corepack
run: corepack enable
- name: Install the dependencies using the package manager whose lock file is in the root dir
uses: jaid/[email protected]
- name: Download the build
Expand Down

0 comments on commit eaf6ae2

Please sign in to comment.