Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Sep 26, 2024
1 parent a4a9835 commit 408aed4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
- name: Prepare repository
run: git fetch --unshallow --tags

- name: Enable corepack
run: corepack enable

- name: Setup node
uses: actions/setup-node@v4
with:
Expand All @@ -21,7 +24,6 @@ jobs:

- uses: pnpm/action-setup@v4
with:
version: 9
run_install: true

- name: Create Release
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
- name: Checkout codes
uses: actions/checkout@v4

- name: Enable corepack
run: corepack enable

- name: Setup node
uses: actions/setup-node@v4
with:
Expand All @@ -17,7 +20,6 @@ jobs:

- uses: pnpm/action-setup@v4
with:
version: 9
run_install: true

- name: Build
Expand Down

0 comments on commit 408aed4

Please sign in to comment.