Skip to content

Commit

Permalink
ci(fix): fix pnpm pm
Browse files Browse the repository at this point in the history
  • Loading branch information
FliPPeDround committed Feb 17, 2025
1 parent 83f1f12 commit 66cca7f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/core_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/checkout@v4

- name: Setup pnpm
uses: pnpm/action-setup@v4
Expand All @@ -20,11 +18,9 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
registry-url: https://registry.npmjs.com/

- name: Enable Corepack
run: corepack enable

- name: Install Dependencies
run: pnpm i --frozen-lockfile

Expand Down

0 comments on commit 66cca7f

Please sign in to comment.