Skip to content

Commit

Permalink
chore: fix ci for corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Feb 3, 2025
1 parent 7e5c739 commit dcef1c8
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 @@ -51,7 +51,7 @@ jobs:
# os: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
- run: corepack enable
- run: npm i -g --force corepack && corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20
Expand All @@ -75,7 +75,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- run: npm i -g --force corepack && corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20
Expand Down

0 comments on commit dcef1c8

Please sign in to comment.