Skip to content

Commit

Permalink
ci(quality): corepackでエラーが出る問題を修正
Browse files Browse the repository at this point in the history
関連イシュー:
- nodejs/corepack#612
- npm/cli#8075
  • Loading branch information
wiyco committed Feb 3, 2025
1 parent 2c8a8f0 commit e0512c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
uses: actions/checkout@v4

- name: Enable Corepack
run: corepack enable
run: |
corepack enable
corepack prepare [email protected] --activate
- name: Set up Node
uses: actions/setup-node@v4
Expand Down

0 comments on commit e0512c4

Please sign in to comment.