Skip to content

Commit

Permalink
ci: enable corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
nickfla1 committed Jun 30, 2024
1 parent e8be20a commit c99c2fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-main-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,13 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Enable corepack
run: corepack enable
- name: Using Node.js ${{matrix.node-version}}
uses: actions/setup-node@v4
with:
node-version: ${{matrix.node-version}}
cache: 'yarn'
- name: Install dependencies
run: yarn install
- name: Run tests
Expand Down

0 comments on commit c99c2fb

Please sign in to comment.