Skip to content

Commit

Permalink
ci(ci/cd): Change to pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
yacosta738 committed Dec 28, 2023
1 parent f48abe1 commit 4ef7fe2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-main-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,10 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: lts/*
cache: npm
cache: pnpm
- name: Run Semantic Release
run: |
npm ci
pnpm ci
npx semantic-release
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pre-release-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: lts/*
cache: npm
cache: pnpm
- name: Run Semantic Release
run: |
npm ci
pnpm ci
npx semantic-release
env:
GITHUB_TOKEN: ${{ env.CI_GITHUB_TOKEN }}

0 comments on commit 4ef7fe2

Please sign in to comment.