Skip to content

Commit

Permalink
chore(ci): enable corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelgerber committed Jan 8, 2025
1 parent 50bc658 commit c7f1d00
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/actions/setup-node-yarn-deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ description: Runs all the setup steps required to have the proper Node version a
runs:
using: composite
steps:
# Corepack must be enabled _before_ running setup-node, otherwise the caching setup will error
- name: Enable corepack
run: corepack enable
shell: bash

- name: Use Node.js (.nvmrc)
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit c7f1d00

Please sign in to comment.