Skip to content

Commit

Permalink
build: enable corepack in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
termontwouter committed Nov 25, 2023
1 parent ab86bd7 commit 6237c35
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
with:
path: '**/node_modules'
key: ${{ runner.os }}-lint-modules-${{ hashFiles('**/yarn.lock') }}
- run: corepack enable
- uses: actions/setup-node@v2
with:
node-version: 20.x
Expand All @@ -27,6 +28,8 @@ jobs:
- 20.x
- 21.x
steps:
- name: Enable CorePack
run: corepack enable
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit 6237c35

Please sign in to comment.