Skip to content

Commit

Permalink
ci: force latest corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Feb 7, 2025
1 parent a620172 commit ad165e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- run: corepack enable
- run: npm i -g --force corepack && corepack enable
- uses: actions/setup-node@v4
with:
node-version: 18
Expand All @@ -32,7 +32,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- run: corepack enable
- run: npm i -g --force corepack && corepack enable
- uses: actions/setup-node@v4
with:
node-version: 18
Expand Down

0 comments on commit ad165e3

Please sign in to comment.