Skip to content

Commit

Permalink
Enable corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdeepnanua-okta committed Aug 19, 2024
1 parent 8f384dc commit e464d1f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/composite/configure-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ runs:
uses: actions/setup-node@v3
with:
node-version: ${{ inputs.node-version }}
- name: Install yarn
run: npm install -g yarn
- name: Install corepack
run: |
npm install -g corepack
corepack enable
shell: bash
- name: Retrieve/save cache node_modules
id: cache-node
Expand Down

0 comments on commit e464d1f

Please sign in to comment.