Skip to content

Commit

Permalink
chore: Try to get corepack working
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Dec 30, 2024
1 parent 09ff0a0 commit c4b8b8d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ inputs:
runs:
using: 'composite'
steps:
- name: Install Corepack
run: |
corepack install
shell: bash

- name: Use Node.js ${{ inputs.node-version }}
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit c4b8b8d

Please sign in to comment.