Skip to content

Commit

Permalink
ci: remove corepack (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
innerdvations authored Feb 11, 2025
1 parent e6d73f1 commit 8c8dcb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
cache: pnpm
node-version: lts/*
- run: corepack enable && pnpm --version
- run: pnpm --version
- run: pnpm install
- run: pnpm build

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
cache: pnpm
node-version: lts/*
- run: corepack enable && pnpm --version
- run: pnpm --version
- run: pnpm install
- run: pnpm lint
- run: pnpm prettier:check
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
# with:
# cache: pnpm
# node-version: ${{ matrix.node }}
# - run: corepack enable && pnpm --version
# - run: pnpm --version
# - run: pnpm install
# - uses: actions/download-artifact@v4
# name: Restore build output
Expand Down

0 comments on commit 8c8dcb2

Please sign in to comment.