Skip to content

Commit

Permalink
chore(ci): install latest corepack for now
Browse files Browse the repository at this point in the history
  • Loading branch information
logaretm committed Feb 2, 2025
1 parent 116d835 commit 573109a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 31 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- run: corepack enable
- run: |
corepack enable
npm install -g corepack@latest
- uses: actions/setup-node@v4
with:
node-version: 22
Expand All @@ -25,7 +27,9 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- run: corepack enable
- run: |
corepack enable
npm install -g corepack@latest
- uses: actions/setup-node@v4
with:
node-version: 22
Expand All @@ -42,7 +46,9 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- run: corepack enable
- run: |
corepack enable
npm install -g corepack@latest
- uses: actions/setup-node@v4
with:
node-version: 22
Expand Down
27 changes: 0 additions & 27 deletions .github/workflows/release-notes.yml

This file was deleted.

4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- run: corepack enable
- run: |
corepack enable
npm install -g corepack@latest
- uses: actions/setup-node@v4
with:
node-version: 22
Expand Down

0 comments on commit 573109a

Please sign in to comment.