Skip to content

Commit

Permalink
fix corepack issue in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lenadax committed Feb 24, 2025
1 parent 5814dd1 commit 5a94160
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test_js.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Corepack
run: |
npm install --global corepack@latest
corepack enable
- name: Install
run: |
corepack enable
Expand Down

0 comments on commit 5a94160

Please sign in to comment.