Skip to content

Commit

Permalink
fix(core): Fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
wootsbot committed Dec 18, 2024
1 parent 7096fbc commit 9b878a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
- uses: actions/checkout@v4

- name: 🔥 Setup corepack
run: corepack enable
run: |
corepack enable && corepack prepare [email protected] --activate
- name: Setup Node.js environment
uses: actions/setup-node@v4
Expand Down

0 comments on commit 9b878a4

Please sign in to comment.