Skip to content

Commit

Permalink
chore: restore corepack in task runner e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry committed Nov 23, 2023
1 parent d4d2bdf commit c836974
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,14 +161,10 @@ jobs:
git config --global user.email test@example.com
git config --global user.name "Tester McPerson"
- name: Install pnpm v7
run: npm install -g pnpm@7
- name: Enable corepack
run: corepack enable
shell: bash

- run: pnpm --version
shell: bash

# TODO: figure out why uses: ./.github/actions/install-node-and-dependencies is causing pnpm to not be available in this job.
- name: Install dependencies
run: npm ci
shell: bash
Expand Down

0 comments on commit c836974

Please sign in to comment.